typerat 0.0.4

Type-level rational numbers based on `typenum`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.typenum]
version = "1.17"

[dev-dependencies.char-buf]
version = "0.1"

[package]
authors = ["Koichi Kitahara <kkitahara5101@gmail.com>"]
categories = ["data-structures", "mathematics", "no-std::no-alloc"]
description = "Type-level rational numbers based on `typenum`."
documentation = "https://docs.rs/typerat"
edition = "2021"
keywords = ["rational", "compile-time", "typenum"]
license = "MIT OR Apache-2.0"
name = "typerat"
readme = "README.md"
repository = "https://gitlab.com/kkitahara/typerat-rs"
version = "0.0.4"