integer-sqrt 0.1.2

An implementation of integer square root algorithm for primitive rust types
Documentation
[package]
authors = ["Richard Dodd <richard.dodd@itp-group.co.uk>"]
categories = ["algorithms", "no-std"]
description = "An implementation of integer square root algorithm for primitive rust types"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["integer", "square", "root", "isqrt", "sqrt"]
license = "Apache-2.0/MIT"
name = "integer-sqrt"
readme = "README.md"
repository = "https://github.com/derekdreery/integer-sqrt-rs"
version = "0.1.2"