[go: up one dir, main page]

lexical-core 0.3.0

Lexical, to- and from-string conversion routines.
Documentation
1
2
3
4
5
6
7
8
//! Fast lexical string-to-float conversion routines.

// Hide implementation details.
mod algorithm;
mod api;

// Re-exports
pub use self::api::*;