Nullus157 / bs58-rs

Another Rust Base58 codec implementation
Apache License 2.0
75 stars 24 forks source link

Add fn drop_check_version_byte(bool) to DecodeBuilder #81

Open hanabi1224 opened 2 years ago

hanabi1224 commented 2 years ago

Changes:

In some cases, the check-version byte needs to be discarded, this PR adds a new API to facilitate that, no breaking public API change is introduced, please let me know your feedback, thanks!