conum

Crates.ioconum
lib.rsconum
version0.1.0
sourcesrc
created_at2023-07-31 20:56:06.103504
updated_at2023-07-31 20:56:06.103504
descriptionAn implementation of big numbers, specified by arbitrary digit widths
homepage
repository
max_upload_size
id931201
size22,810
Thomas Schollenberger (Zenthial)

documentation

README

conum

The goal of this crate is to provide arbitrary fixed digit-width, integers and floats. This was inspired by COBOL's type system, which specifies the size of their numbers in digits.

This is currently used in my hobby COBOL to Rust transpiler, as a way to mirror COBOL types.

If you're looking for the most optimized big number implementation, this won't be it. I recommend checking out bnum or num_bigint if that's what you need.

Commit count: 0

cargo fmt