mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-07-19 15:03:34 -04:00
Add note about no_std support to readme
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user