Update README.md

This commit is contained in:
Nikolay Volf 2018-11-10 12:27:37 +01:00 committed by GitHub
parent a4f0d49b56
commit 80fa4bc1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ Decoder can be fuzzed with `cargo-fuzz` using `wasm-opt` (https://github.com/Web
## `no_std` crates
This crate has a feature, `std`, that is enabled by default. To use this crate
in a `no_std` context, add the following to your `Cargo.toml`:
in a `no_std` context, add the following to your `Cargo.toml` (still requires allocator though):
```toml
[dependencies]