ibig 0.1.0

Big integer library
Documentation
[package]
name = "ibig"
version = "0.1.0"
authors = ["Tomek Czajka <tczajka@gmail.com>"]
edition = "2018"
description = "Big integer library"
keywords = ["bigint", "bignum", "mathematics"]
categories = ["mathematics", "no-std"]
license = "MIT"
repository = "https://github.com/tczajka/ibig-rs"
homepage = "https://github.com/tczajka/ibig-rs"
readme = "README.md"

[dependencies.ascii]
version = "1.0.0"
default-features = false

[features]
default = ["std"]

# Interface with the std library.
std = []