#u128 #parser #value #string #input

no-std const_parse

Parses any input string into a u128 value

1 stable release

1.0.0 Mar 24, 2021

#15 in #u128

Zlib OR Apache-2.0 OR MIT

4KB

License:Zlib

crates.io docs.rs

const_parse

Has const fn for parsing values.

Currently, only u128 is supported.


lib.rs:

Provides const fn for parsing.

No runtime deps