base62
base62 copied to clipboard
Base62 encoding/decoding library in Rust
I suggest revising the approach to handling an empty input and accepting it rather than returning an error. Please compare with the _Test Vectors_ in the RFC 4648 for _The...
It would be nice to have an option to use Base64 character ordering, or better yet make it the default. Please see the following summary along with the footnotes for...
Hey, awesome crate! I think the DecodeError is missing the Error implementation. Want me to make a PR for that?
Fixes https://github.com/fbernier/base62/issues/10