https://github.com/Alexhuszagh/rust-lexical
encoding floating-point no-std parsing precision rust std string-conversion
Score: 5.926926025970411
Last synced: about 22 hours ago
JSON representation
Repository metadata:
Fast numeric to- and from-string conversion routines.
- Host: GitHub
- URL: https://github.com/Alexhuszagh/rust-lexical
- Owner: Alexhuszagh
- License: other
- Created: 2018-10-29T21:51:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-04-23T01:16:11.000Z (about 2 months ago)
- Last Synced: 2026-06-11T15:09:54.267Z (2 days ago)
- Topics: encoding, floating-point, no-std, parsing, precision, rust, std, string-conversion
- Language: Rust
- Homepage:
- Size: 124 MB
- Stars: 360
- Watchers: 10
- Forks: 40
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Agents: AGENTS.md
Dependencies
lexical-benchmark/algorithm/Cargo.toml
cargo
- criterion 0.3 development
- fastrand 1.4 development
lexical-benchmark/parse-float/Cargo.toml
cargo
- criterion 0.3 development
- fastrand 1.4 development
- lazy_static 1 development
- serde 1.0 development
- serde_json 1.0 development
lexical-benchmark/parse-integer/Cargo.toml
cargo
- criterion 0.3 development
- fastrand 1.4 development
- lazy_static 1 development
- serde 1.0 development
- serde_json 1.0 development
lexical-benchmark/write-float/Cargo.toml
cargo
- criterion 0.3 development
- dtoa 0.4 development
- fastrand 1.4 development
- lazy_static 1 development
- ryu 1.0 development
- serde 1.0 development
- serde_json 1.0 development
lexical-benchmark/write-integer/Cargo.toml
cargo
- criterion 0.3 development
- fastrand 1.4 development
- itoa 0.4 development
- lazy_static 1 development
- serde 1.0 development
- serde_json 1.0 development
lexical-core/Cargo.toml
cargo
- approx 0.5.0 development
- lexical-parse-float 0.8.5
- lexical-parse-integer 0.8.5
- lexical-util 0.8.5
- lexical-write-float 0.8.5
- lexical-write-integer 0.8.5
lexical-parse-float/Cargo.toml
cargo
- proptest 0.10.1 development
- lexical-parse-integer 0.8.5
- lexical-util 0.8.5
- static_assertions 1
.github/workflows/Comprehensive.yml
actions
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
.github/workflows/Cross.yml
actions
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
.github/workflows/Features.yml
actions
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
.github/workflows/OSX.yml
actions
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
.github/workflows/Simple.yml
actions
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- dtolnay/rust-toolchain master composite
.github/workflows/Valgrind.yml
actions
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
Cargo.toml
cargo
fuzz/Cargo.toml
cargo
lexical/Cargo.toml
cargo
lexical-asm/Cargo.toml
cargo
lexical-benchmark/Cargo.toml
cargo
lexical-parse-float/etc/correctness/Cargo.toml
cargo
lexical-parse-integer/Cargo.toml
cargo
- proptest 0.10.1 development
- lexical-util 0.8.5
- static_assertions 1
lexical-size/Cargo.toml
cargo
lexical-util/Cargo.toml
cargo
- proptest 0.10.1 development
- static_assertions 1
lexical-write-float/Cargo.toml
cargo
- approx 0.5.0 development
- fraction 0.8.0 development
- proptest 0.10.1 development
- lexical-util 0.8.5
- lexical-write-integer 0.8.5
- static_assertions 1
lexical-write-float/etc/correctness/Cargo.toml
cargo
lexical-write-integer/Cargo.toml
cargo
- proptest 0.10.1 development
- lexical-util 0.8.5
- static_assertions 1
.github/workflows/Benchmark.yml
actions
- actions/checkout v4 composite
- dtolnay/rust-toolchain stable composite
.github/workflows/Cifuzz.yml
actions
- actions/upload-artifact v3 composite
- google/oss-fuzz/infra/cifuzz/actions/build_fuzzers master composite
- google/oss-fuzz/infra/cifuzz/actions/run_fuzzers master composite
.github/workflows/Miri.yml
actions
- actions/checkout v4 composite
- dtolnay/rust-toolchain stable composite
lexical-parse-float/etc/correctness/Cargo.lock
cargo
- aho-corasick 1.1.3
- autocfg 1.4.0
- byteorder 1.5.0
- cfg-if 1.0.0
- console 0.15.8
- crossbeam-deque 0.8.5
- crossbeam-epoch 0.9.18
- crossbeam-utils 0.8.20
- either 1.13.0
- encode_unicode 0.3.6
- equivalent 1.0.1
- getrandom 0.2.15
- hashbrown 0.15.0
- indexmap 2.6.0
- indicatif 0.17.8
- instant 0.1.13
- itoa 1.0.11
- lazy_static 1.5.0
- libc 0.2.161
- memchr 2.7.4
- num 0.4.3
- num-bigint 0.4.6
- num-complex 0.4.6
- num-integer 0.1.46
- num-iter 0.1.45
- num-rational 0.4.2
- num-traits 0.2.19
- number_prefix 0.4.0
- portable-atomic 1.9.0
- ppv-lite86 0.2.20
- proc-macro2 1.0.89
- quote 1.0.37
- rand 0.8.5
- rand_chacha 0.3.1
- rand_core 0.6.4
- rand_isaac 0.3.0
- rayon 1.10.0
- rayon-core 1.12.1
- regex 1.11.1
- regex-automata 0.4.8
- regex-syntax 0.8.5
- ryu 1.0.18
- serde 1.0.214
- serde_derive 1.0.214
- serde_json 1.0.132
- serde_spanned 0.6.8
- static_assertions 1.1.0
- syn 2.0.86
- toml 0.8.19
- toml_datetime 0.6.8
- toml_edit 0.22.22
- unicode-ident 1.0.13
- wasi 0.11.0+wasi-snapshot-preview1
- windows-sys 0.52.0
- windows-targets 0.52.6
- windows_aarch64_gnullvm 0.52.6
- windows_aarch64_msvc 0.52.6
- windows_i686_gnu 0.52.6
- windows_i686_gnullvm 0.52.6
- windows_i686_msvc 0.52.6
- windows_x86_64_gnu 0.52.6
- windows_x86_64_gnullvm 0.52.6
- windows_x86_64_msvc 0.52.6
- winnow 0.6.20
- zerocopy 0.7.35
- zerocopy-derive 0.7.35