lilliput-float 0.1.0

IEEE-754-compliant float-packing implementation, used in lilliput-core
Documentation
[[bench]]
harness = false
name = "packing"
path = "benches/packing.rs"

[dependencies.tracing]
features = ["release_max_level_error"]
optional = true
version = "0.1.41"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.proptest-derive]
version = "0.5.1"

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

[dev-dependencies.rand_xorshift]
version = "0.4.0"

[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.17"

[features]
full = []
tracing = ["dep:tracing"]

[lib]
name = "lilliput_float"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "IEEE-754-compliant float-packing implementation, used in lilliput-core"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "lilliput-float"
readme = "README.md"
repository = "https://github.com/regexident/lilliput"
rust-version = "1.71.0"
version = "0.1.0"