mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 12:09:57 +00:00
824651c8cf
* fixed-bytes: add `serde`, document feature flags * manual impl `serde::Deserialize` * add serde tests
10 lines
No EOL
210 B
Markdown
10 lines
No EOL
210 B
Markdown
# `cuprate-fixed-bytes`
|
|
TODO
|
|
|
|
# Feature flags
|
|
| Feature flag | Does what |
|
|
|--------------|-----------|
|
|
| `std` | TODO
|
|
| `serde` | Enables `serde` on applicable types
|
|
|
|
`serde` is enabled by default. |