Add note about no_std support to readme

This commit is contained in:
Hannes Karppila
2020-04-09 19:22:42 +03:00
parent 8933ac623c
commit b1d2bd86a6
+4
View File
@@ -33,3 +33,7 @@ to your `Cargo.toml`:
[dependencies]
unicode-normalization = "0.1.8"
```
## `no_std` + `alloc` support
This crate is completely `no_std` + `alloc` compatible. This can be enabled by disabling the `std` feature, i.e. specifying `default-features = false` for this crate on your `Cargo.toml`.