bech32 0.11.0

Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums
Documentation
1
2
3
4
5
6
7
8
9
10
11
## Embedded tests

These no-std tests are a bit peculiar.
They are cross compiled to ARM and run in an emulator.
Here's why:

 - We want to build for an exotic platform to help make sure `std` doesn't sneak in by accident.

 - We use an emulator and build something runnable,
   rather than merely testing whether a library builds,
   because we want to actually run our integration test.