File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " async-io-converse"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66description = " Can conduct a conversation over any AsyncRead or AsyncWrite type with serde compatible types"
Original file line number Diff line number Diff line change 1- # async-io-converse
1+ # async-io-converse [ ![ Build Status ]] [ actions ] [ ![ Latest Version ]] [ crates.io ]
22
3- ![ ci status] ( https://github.com/Xaeroxe/async-io-converse/actions/workflows/rust.yml/badge.svg )
3+ [ Build Status ] : https://img.shields.io/github/actions/workflow/status/Xaeroxe/async-io-converse/rust.yml?branch=main
4+ [ actions ] : https://github.com/Xaeroxe/async-io-converse/actions?query=branch%3Amain
5+ [ Latest Version ] : https://img.shields.io/crates/v/async-io-converse.svg
6+ [ crates.io ] : https://crates.io/crates/async-io-converse
7+
8+ [ Documentation] ( https://docs.rs/async-io-converse )
49
510A wrapper over the [ ` async-io-typed ` ] ( https://github.com/Xaeroxe/async-io-typed ) crate which allows
611[ ` serde ` ] ( https://github.com/serde-rs/serde ) compatible types to be sent over any duplex connection that has types that implement
Original file line number Diff line number Diff line change 1- // #![doc = include_str!("../README.md")]
1+ #![ doc = include_str ! ( "../README.md" ) ]
22
33use async_io_typed:: { AsyncReadTyped , AsyncWriteTyped } ;
44use futures_io:: { AsyncRead , AsyncWrite } ;
You can’t perform that action at this time.
0 commit comments