1 unstable release
Uses new Rust 2024
new 0.1.0-alpha1 | Apr 29, 2025 |
---|
#19 in #floating-point
73KB
1K
SLoC
Rust implementation of Tejú Jaguá, a fast algorithm for converting a floating point number to a (decimal) string.
The interface mimics that of Ryu.
Tejú Jaguá
🚧 Work in progress 🚧
Tejú Jaguá is an algorithm for converting floating point values into strings. This crate is an implementation of this algorithm in Rust. For more info, see https://github.com/cassioneri/teju_jagua; this implementation follows the reference implementation.