floating_bar 0.2.2

Representing rational numbers using the floating-bar number type.
Documentation
[package]
name = "floating_bar"
version = "0.2.2"
authors = ["1011X <1011XXXXX@gmail.com>"]
edition = "2018"
description = "Representing rational numbers using the floating-bar number type."

repository = "https://github.com/1011X/floating_bar"
readme = "README.md"

keywords = ["float", "floating", "bar", "rational"]
categories = ["data-structures"]

license = "0BSD"

[dependencies]
gcd = "2.0.1"
integer-sqrt = "0.1.3"
#safe_arch = "0.3.1"

[features]
"bench" = []