Skip to content

Commit

Permalink
inform no_std support
Browse files Browse the repository at this point in the history
  • Loading branch information
poshcoe committed Apr 19, 2024
1 parent 6c4fa2d commit fe3d1cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ If you have multiple values of the same type:
- Validation is performed up front on typed vectors before deserialization
- Code is designed to be auto-vectorized by LLVM

## `#![no_std]`
All `std`-only functionality is gated behind the (default) `"std"` feature.

`alloc` is required.

## License
Licensed under either of
* Apache License, Version 2.0
Expand Down

0 comments on commit fe3d1cc

Please sign in to comment.