#u128 #parser #value #input #string

no-std const_parse

Parses any input string into a u128 value

1 stable release

1.0.0 Mar 24, 2021

#2707 in Encoding

Download history 2/week @ 2025-01-10 503/week @ 2025-01-17 226/week @ 2025-01-24 751/week @ 2025-01-31 288/week @ 2025-02-07 527/week @ 2025-02-14 878/week @ 2025-02-21 363/week @ 2025-02-28

2,191 downloads per month
Used in 2 crates (via hermit-entry)

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