Crates.io | simble |
lib.rs | simble |
version | 0.1.3 |
source | src |
created_at | 2018-07-02 06:24:14.880557 |
updated_at | 2019-10-29 20:30:12.474928 |
description | Simple symbols: allocation-less strings up to 8 bytes long |
homepage | |
repository | https://github.com/kazcw/simble |
max_upload_size | |
id | 72527 |
size | 20,423 |
Simple, tiny symbols. Human-readable strings up to 8 bytes long that can be stored inline and manipulated efficiently.
If:
enum
Then Simble offers:
serde
: Lexical
and Printable
both serialize/deserialize like a
restricted StringEnable with the nightly
feature: