Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Nullus157/bs58-rs

Tags

0.5.1

Toggle 0.5.1's commit message
bs58 0.5.1

 * Make it possible to decode in `const`-context (by @joncinque)

0.5.0

Toggle 0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Nemo157 Nemo157
bs58 0.5.0

 * Breaking change: make encoding onto resizable buffers not clear them, instead appending onto any existing data
 * Breaking change: rename `into` methods to `onto` to allow for implementing `Into` in the future (or a similar inherent method)
 * Add new `cb58` feature to support injecting and verifying that checksum (by @Zondax)
 * Update `sha2` to 0.10 (by @madninja)
 * Tighten max-encoded length estimation to reduce overallocation of resizable buffers (by @mina86)
 * Add optional support for encoding/decoding to `smallvec::SmallVec` (by @mina86)
 * Add optional support for encoding/decoding to `tinyvec`'s various types

cli-0.1.2

Toggle cli-0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Nemo157 Nemo157
bs58-cli 0.1.2

 * Updated dependencies

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Nemo157 Nemo157
Version 0.4.0

=============

 * Correct documentation on version mismatch error (by @taoweicn)
 * Update sha2 from 0.8.0 to 0.9.0
 * Switch error enums to use new #[non_exhaustive] attribute
 * Use new const fn features to to drastically simplify construction of
   a prepared alphabet
 * Update documentation and examples to use `?` instead of `unwrap`
 * Remove the non-prepared alphabet APIs, update alphabet construction
   to pre-verify requirements of a consistent alphabet

0.3.1

Toggle 0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Nemo157 Nemo157
Version 0.3.1

=============

 * Removed an unnecessary unsafe block (by @fanatid)
 * Internal code cleanup (by @fanatid)
 * Add ability to pre-prepare the alphabet for performance (by @fanatid)
 * Add function to append the version onto the data automatically for
   Base58Check encoding (by @fanatid)

(yeah, I know the tag is late, but better late than never)

cli-0.1.1

Toggle cli-0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Nemo157 Nemo157
CLI Version 0.1.1

=================

 * Trim trailing whitespace from decode inputs (by @t-nelson)
 * Updated and slightly reduced dependencies

cli-0.1.0

Toggle cli-0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #41

41: Add CLI utility r=Nemo157 a=Nemo157



Co-authored-by: Wim Looman <[email protected]>

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge #40

40: Clean public api r=Nemo157 a=Nemo157

bors r+

Co-authored-by: Wim Looman <[email protected]>

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #34 from Nemo157/0.2.5

Bump version to 0.2.5

0.2.4

Toggle 0.2.4's commit message
Bump version to 0.2.4