README: more links, documented supported toolchains and no_std use.
Completes issue #7.
This commit is contained in:
parent
a7709a5087
commit
0cba20b3c5
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -4,9 +4,23 @@ Rust crate to send and receive slices of bytes over lossy streams of bytes.
|
||||||
|
|
||||||
[](https://crates.io/crates/framed)
|
[](https://crates.io/crates/framed)
|
||||||
|
|
||||||
|
Documentation:
|
||||||
[](https://docs.rs/framed)
|
[](https://docs.rs/framed)
|
||||||
|
|
||||||
[](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]
|
||||||
|
[github]: https://github.com/fluffysquirrels/framed-rs
|
||||||
|
|
||||||
|
CI build on Travis CI: [](https://travis-ci.org/fluffysquirrels/framed-rs)
|
||||||
|
|
||||||
|
Pull requests welcome.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue