Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provide as_str() method to return the alphabet characters (#264)
* provide as_string() method to return the alphabet characters * add docs for as_string() * put as_string() behind std feature flag * make as_string() -> as_str() and no_std compatible * use core::str over std::str
- Loading branch information