https://github.com/doumanash/statiki
Static friendly data structures
https://github.com/doumanash/statiki
data-structures no-std rust
Last synced: about 2 months ago
JSON representation
Static friendly data structures
- Host: GitHub
- URL: https://github.com/doumanash/statiki
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2019-06-09T06:15:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-28T09:22:11.000Z (over 1 year ago)
- Last Synced: 2025-01-22T02:54:08.620Z (about 1 year ago)
- Topics: data-structures, no-std, rust
- Language: Rust
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# statiki
[](https://github.com/DoumanAsh/statiki/actions)
[](https://crates.io/crates/statiki)
[](https://docs.rs/crate/statiki/)
Static friendly data structures
Minimum Rust version is 1.51
## Crate features
- `std` - Enables some std interfaces (e.g. `Write`) implementations.
- `serde` - Enables serialization/deserialization implementations.