quickdiv 0.1.1

Faster repeated division and modulo operations by the same divisor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "quickdiv"
version = "0.1.1"
edition = "2018"
authors = ["Darko Trifunovski <dtrifuno@gmail.com>"]
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"