[no description]
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cinter"
version = "0.1.0"
license = "MIT"
edition = "2024"
authors = ["bend-n <[email protected]>"]
description = "const usable bigints"
repository = "https://git.bendn.org/cinter"
keywords = ["mathematics", "numerics", "bignum", "const"]
categories = ["algorithms", "data-structures", "science"]

[dev-dependencies]
rand = { version = "0.10.0", default-features = false, features = ["std", "thread_rng"] }