pub struct Monero;Available on crate feature
base58 only.Expand description
Monero’s alphabet as defined in this forum post.
See https://forum.getmonero.org/4/academic-and-technical/221/creating-a-standard-for-physical-coins
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Monero
impl RefUnwindSafe for Monero
impl Send for Monero
impl Sync for Monero
impl Unpin for Monero
impl UnsafeUnpin for Monero
impl UnwindSafe for Monero
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more