Skip to content

Commit b3d8d72

Browse files
committed
Add note about no_std support to readme
1 parent 7d7b534 commit b3d8d72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ to your `Cargo.toml`:
3333
[dependencies]
3434
unicode-normalization = "0.1.8"
3535
```
36+
37+
## `no_std` + `alloc` support
38+
39+
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`.

0 commit comments

Comments
 (0)