ilog 1.0.2

Base 10 and 2 logarithm functions for integer types.
Documentation
[dependencies]

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

[package]
authors = ["Redglyph"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "no-std"]
description = "Base 10 and 2 logarithm functions for integer types."
documentation = "https://docs.rs/ilog"
edition = "2021"
homepage = "https://github.com/blueglyph/ilog"
keywords = ["logarithm", "integer"]
license = "MIT"
name = "ilog"
readme = "README.md"
repository = "https://github.com/blueglyph/ilog"
version = "1.0.2"

[[test]]
name = "integration"
path = "tests/integration.rs"