| Crates.io | caretta-id-cli |
| lib.rs | caretta-id-cli |
| version | 0.10.0 |
| created_at | 2025-11-13 23:26:54.310885+00 |
| updated_at | 2025-11-30 23:24:55.612812+00 |
| description | Reference tool to generate/encode/decode caretta-id |
| homepage | https://github.com/fluo10/caretta-id |
| repository | https://github.com/fluo10/caretta-id |
| max_upload_size | |
| id | 1932009 |
| size | 49,673 |
Reference tool to generate/encode/decode caretta-id.
cargo install caretta-id-cli
Reference tool to generate/encode/decode caretta-id
Usage: caretta-id-cli <COMMAND>
Commands:
decode Decode caretta-id string to integer
encode Encode integer to caretta-id string
generate (deprecated) Generate random caretta-id
timestamp Generate time-based caretta-id
random Generate random caretta-id
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
$ caretta-id-cli random
123abcd
$ caretta=id-cli timestamp --unix
gdw0982
$ caretta-id-cli encode 0
0000000
$ caretta-id-cli decode 0000000
0
Licensed under either of:
at your option.