div-pow10 0.1.1

Fast division by powers of 10.
Documentation
1
2
3
4
5
#![no_std]
#![doc = include_str!("../README.md")]

pub mod bit128;
pub mod bit64;