1
Fork 0
Find a file
2017-12-25 02:46:07 +00:00
bin Add build variants with feature trace, fix build for those variants. 2017-12-24 21:35:18 +00:00
doc Try to fix doc/release.md markup on GitHub. 2017-12-25 02:46:07 +00:00
src Fix build, add a comment. 2017-12-25 02:43:54 +00:00
.gitignore .gitignore .cargo/config. 2017-12-22 21:00:09 +00:00
.travis.yml Build script for travis. 2017-12-22 20:24:20 +00:00
Cargo.toml Interface, dependencies, builds for typed sub-module. 2017-12-24 19:45:33 +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 Update casing in docs for GitHub. 2017-12-24 18:58:30 +00:00

framed

Rust crate to send and receive slices of bytes over lossy streams of bytes.

Crate

Documentation: Documentation

This crate should build on the latest Rust stable, beta, and nightly toolchains. When the cargo feature use_std is disabled (requires nightly toolchain), it should also build in embedded projects with no_std.

Development

Source code and issues on GitHub: GitHub last commit

CI build on Travis CI: Build Status

Pull requests welcome.

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.