1
Fork 0
Find a file
Alex Helfet 78ef89a4ba Added default Cargo feature "use_std", no_std without it.
`cargo test` still passes.

`cargo build --no-default-features` builds, but no further tests done.
2017-12-21 05:08:54 +00:00
src Added default Cargo feature "use_std", no_std without it. 2017-12-21 05:08:54 +00:00
.gitignore Created crate, interface and failing test. 2017-12-21 02:29:43 +00:00
Cargo.toml Added default Cargo feature "use_std", no_std without it. 2017-12-21 05:08:54 +00:00
LICENSE-APACHE Created crate, interface and failing test. 2017-12-21 02:29:43 +00:00
LICENSE-MIT Created crate, interface and failing test. 2017-12-21 02:29:43 +00:00
README.md Created crate, interface and failing test. 2017-12-21 02:29:43 +00:00

framed

Rust crate to send and receive frames (arrays of bytes of varied size) over streams of bytes.

See rustdoc on docs.rs

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.