[][src]Struct bibicode::BibiCoder

pub struct BibiCoder { /* fields omitted */ }

Convert any number from one numeral system to the other.

Methods

impl BibiCoder[src]

pub fn new(numsys_in: NumeralSystem, numsys_out: NumeralSystem) -> BibiCoder[src]

Build a coder from numsys_in numeral system to numsys_out

pub fn swap(&self, entry: &str) -> Result<String, BibiError>[src]

Swap an integer coded in numsys_in system to numsys_out

Trait Implementations

impl Debug for BibiCoder[src]

Auto Trait Implementations

impl Send for BibiCoder

impl Sync for BibiCoder

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]