v0.1.1
Minor changes to public API, but also removes a panic!() call
Changes
- Implement std::error::Error and std:fmt::Display on Bip39Error
- Use Into for public function arguments
- Don’t panic if words aren’t found in word list during validation
Minor changes to public API, but also removes a panic!() call