[package] name = "quickdiv" version = "0.1.1" edition = "2018" authors = ["Darko Trifunovski "] description = "Faster repeated division and modulo operations by the same divisor" readme = "README.md" exclude = ["/benchmarks", ".git*"] repository = "https://github.com/dtrifuno/quickdiv" license = "Zlib OR Apache-2.0 OR MIT" categories = ["algorithms", "no-std"] keywords = ["division", "modulus", "arithmetic", "no_std"] [dependencies] [dev-dependencies] quickcheck = "1.0"