Improved arbitrary precision decimal numbers
Arbitrary precision decimal numbers
Const-generic base-10 fixed-point decimals (D9/D18/D38/D76/D153/D307) with integer-only transcendentals correctly rounded to within 0.5 ULP — exact at the type's last representable place. Deterministic across every platform; no_std-friendly.
Lexer and parser producing Form AST nodes for clojurust
CrateStack embedded facade — rusqlite-backed SQLite runtime (native + wasm32) plus the shared schema/parser/policy/SQL surface. Pick this crate via `cratestack = { package = "cratestack-sqlite" }` for mobile, desktop, browser, or any on-device storage layer.
Runtime Value type and persistent collections for clojurust
Build Elm AST modules (records, decoders, encoders, imports) from elm-codegen-core type info.
Build Elm AST modules (records, decoders, encoders, imports) from elm-client-gen-core type info.
Fork of break-eternity: a numerical library to represent numbers as large as 10^^1e308 and as 'small' as 10^-(10^^1e308).
Facade crate for paft: unified public API over the paft ecosystem.
Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.
Macro-first SQL toolkit with compile-time checked queries, optional migrations on top of sqlx.