Struct lib::BibiCoder[][src]

pub struct BibiCoder { /* fields omitted */ }

Convert any number from one numeral system to the other.

Methods

impl BibiCoder
[src]

Build a coder from numsys_in numeral system to numsys_out

Swap an integer coded in numsys_in system to numsys_out

Trait Implementations

impl Debug for BibiCoder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BibiCoder

impl Sync for BibiCoder