1
Fork 0

README: more links, documented supported toolchains and no_std use.

Completes issue #7.
This commit is contained in:
Alex Helfet 2017-12-24 18:50:45 +00:00
parent a7709a5087
commit 0cba20b3c5

View file

@ -4,9 +4,23 @@ Rust crate to send and receive slices of bytes over lossy streams of bytes.
[![Crate](https://img.shields.io/crates/v/framed.svg)](https://crates.io/crates/framed)
Documentation:
[![Documentation](https://docs.rs/framed/badge.svg)](https://docs.rs/framed)
[![Build Status](https://travis-ci.org/fluffysquirrels/framed-rs.svg)](https://travis-ci.org/fluffysquirrels/framed-rs)
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](https://img.shields.io/github/last-commit/fluffysquirrels/framed-rs.svg)][github]
[github]: https://github.com/fluffysquirrels/framed-rs
CI build on Travis CI: [![Build Status](https://travis-ci.org/fluffysquirrels/framed-rs.svg)](https://travis-ci.org/fluffysquirrels/framed-rs)
Pull requests welcome.
## License