Crates.io | friendlyid |
lib.rs | friendlyid |
version | 0.3.0 |
source | src |
created_at | 2020-09-08 20:18:17.924683 |
updated_at | 2020-09-08 20:23:27.187545 |
description | The FriendlyID tool that converts a given UUID to a URL-friendly ID which is based on Base62 |
homepage | https://github.com/Devskiller/friendly-id |
repository | https://github.com/mariuszs/rust-friendlyid |
max_upload_size | |
id | 286305 |
size | 15,216 |
The FriendlyID application that converts a given UUID to a URL-friendly ID which is based on Base62
$ friendlyid c3587ec5-0976-497f-8374-61e0c2ea3da5 ✔
5wbwf6yUxVBcr48AMbz9cb
$ friendlyid 5wbwf6yUxVBcr48AMbz9cb ✔
c3587ec5-0976-497f-8374-61e0c2ea3da5
$ friendlyid -h ✔
FriendlyId Converter 0.1.0
The FriendlyID library converts a given UUID to a URL-friendly ID which is based on Base62
USAGE:
friendlyid [FLAGS] <ID>
ARGS:
<ID> ID to convert
FLAGS:
-d, --decode Decode friendlyId
-h, --help Prints help information
-V, --version Prints version information
$ sudo dnf copr enable mariuszs/rust
$ sudo dnf install friendlyid
$ cargo install friendlyid
Use binary friendlyid
or friendlyid.exe
downloaded from https://github.com/mariuszs/rust-friendlyid/releases
Download and install DEB or RPM from https://github.com/mariuszs/rust-friendlyid/releases