https://github.com/zakarumych/meme-id
Map IDs to phrases and vice versa
https://github.com/zakarumych/meme-id
Last synced: 10 months ago
JSON representation
Map IDs to phrases and vice versa
- Host: GitHub
- URL: https://github.com/zakarumych/meme-id
- Owner: zakarumych
- License: other
- Created: 2022-04-27T18:46:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T19:04:04.000Z (over 3 years ago)
- Last Synced: 2025-02-17T03:57:12.513Z (10 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# meme-id
[](https://crates.io/crates/meme-id)
[](https://docs.rs/meme-id)
[](https://github.com/zakarumych/meme-id/actions?query=workflow%3ARust)
[](COPYING)

Provides functions to transform IDs to memorable phrases and back.
Supports parsing IDs from strings with arbitrary casing and delimiters.
16, 32, 64 and 128 bit IDs are supported.
`serde` feature enables usage of serde attribute `#[serde(with = "meme_id::")]`
to serialize and deserialize IDs into phrases.
## License
Licensed under either of
* Apache License, Version 2.0, ([license/APACHE](license/APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([license/MIT](license/MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.