Following #38, it'd be great if this crate supported no-alloc, maybe by utilizing heapless or writing [bytes into a buffer](https://docs.rs/bs58/0.5.1/bs58/encode/struct.EncodeBuilder.html#method.onto).
Following #38, it'd be great if this crate supported no-alloc, maybe by utilizing heapless or writing bytes into a buffer.