1
Fork 0
Find a file
2017-12-29 01:27:12 +00:00
bin Refactor build scripts to all go through new build_tc. 2017-12-29 01:27:12 +00:00
decode Tidy up a few completed TODO's. 2017-12-28 04:10:04 +00:00
doc Release process: publish framed lib only for now. 2017-12-27 13:57:30 +00:00
framed Fix a few compile errors. 2017-12-29 01:26:28 +00:00
test_type Sub-crate descriptions. 2017-12-27 19:20:20 +00:00
.gitignore WIP on decode tool. 2017-12-27 13:35:00 +00:00
.travis.yml Build script for travis. 2017-12-22 20:24:20 +00:00
Cargo.lock decode_typed argument handling, README, output formats. 2017-12-28 03:38:38 +00:00
Cargo.toml WIP on decode tool. 2017-12-27 13:35:00 +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 Refer to decode/README.md in /README.md 2017-12-28 03:44:03 +00:00

framed

Rust crate to send and receive data 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.

Sub-crates

  • framed in directory ./framed:

    The core library.

  • framed_decode in directory ./decode:

    A command line tool to decode data encoded by the library. See ./decode/README.md for its documentation.

  • framed_test_type in directory ./test_type:

    A crate for testing framed: a library with encodable types and a binary that outputs encoded data.

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.