Nullus157 / bs58-rs

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

Support no-std and alloc-only #36

Closed Nemo157 closed 5 years ago

Nemo157 commented 5 years ago

Based on changes from #33 extended to support alloc-less no-std as well.

Nemo157 commented 5 years ago

Supporting encode without alloc requires implementing the APIs mentioned in #21.

Nemo157 commented 5 years ago

bors r+

bors[bot] commented 5 years ago

Build succeeded