scientific 0.5.3

Arbitrary precision scientific number (no_std capable, in pure Rust)
Documentation
[dependencies.scientific-macro]
optional = true
version = "0.5.2"

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

[dev-dependencies.num-integer]
version = "0.1.39"

[dev-dependencies.postcard]
version = "1.0.8"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde_json]
version = "1.0.108"

[features]
arc = []
debug = []
default = ["macro"]
macro = ["scientific-macro"]
std = []

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0

[package]
authors = ["ALeX Kazik <alex@kazik.de>"]
categories = ["mathematics", "science", "no-std"]
description = "Arbitrary precision scientific number (no_std capable, in pure Rust)"
edition = "2021"
keywords = ["arbitrary", "precision", "scientific", "no_std"]
license = "MIT"
name = "scientific"
readme = "README.md"
repository = "https://github.com/alexkazik/scientific"
rust-version = "1.65.0"
version = "0.5.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]