u64_array_bigints 0.1.0

Simple biginteger library based on u64 arrays
Documentation
[dependencies.bytemuck]
version = "1.7"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.uint]
version = "0.9"

[features]
default = ["serde_support"]
serde_support = ["serde"]

[package]
authors = ["Aaron Kutch <aaronkutch@att.net>"]
categories = ["data-structures", "no-std"]
description = "Simple biginteger library based on u64 arrays"
documentation = "https://docs.rs/u64_array_bigints"
edition = "2021"
keywords = ["bigint", "no_std"]
license = "MIT OR Apache-2.0"
name = "u64_array_bigints"
readme = "README.md"
repository = "https://github.com/AaronKutch/u64_array_bigints"
resolver = "2"
version = "0.1.0"