Crates.io | framed |
lib.rs | framed |
version | 0.4.3 |
source | src |
created_at | 2017-12-22 20:25:58.916537 |
updated_at | 2019-04-13 16:33:51.50234 |
description | Send and receive data over lossy streams of bytes. |
homepage | |
repository | https://github.com/fluffysquirrels/framed-rs |
max_upload_size | |
id | 44070 |
size | 57,311 |
framed
Rust crate to send and receive data over lossy streams of bytes.
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
.
Source code and issues on GitHub:
Pull requests welcome.
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.
Licensed under either of
at your option.
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.