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
[dependencies]
[dev-dependencies.quickcheck]
version = "1.0"

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