integer_or_float 0.3.2

A data type holding an ‘integer or float’ (a data type in the Unified Font Object specification, among others)
Documentation
1
2
3
4
5
//! [`ConversionError`] and [`ParseFloatError`]

mod str_conv;
pub use str_conv::ConversionError;
pub use str_conv::IofParseFloatError as ParseFloatError;