fastdivide 0.4.2

Fastdivide is a partial port of libdivide. It makes it possible to reduce the cost of divisions.
Documentation
[[bench]]
bench = true
name = "bench-divide"
path = "src/bench.rs"
test = false

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

[features]
std = []

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

[package]
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database-implementations", "data-structures"]
description = "Fastdivide is a partial port of libdivide. It makes it possible to reduce the cost of divisions."
edition = "2018"
license = "zlib-acknowledgement OR MIT"
name = "fastdivide"
readme = "README.md"
repository = "https://github.com/fulmicoton/fastdivide"
version = "0.4.2"

[profile.bench]
lto = true