Nullus157 / bs58-rs

Another Rust Base58 codec implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When do you plan to release version 0.3 to crates.io ?

koushiro opened this issue · comments

I want to use bs58 in my own project, which needs to run in the no_std environment.
It will be appreciated if you can tell me a specific release time :)

Sorry, got distracted by another project 🙁, I wanted to see if I could come up with an alternate design to support encoding on core-only as I don't really like the trait based one. But, it's good enough for now and should be a trivial migration if another design appears, so I'll do a release tonight (in ~10 hours).

Just published 0.3 🎉

Thanks a lot! It works for me :)