base95 0.1.1

Textual representation of base 95 fractional numbers with arbitrary precision
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "base95"
version = "0.1.1"
authors = ["Kim Seungha <seungha.me@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Textual representation of base 95 fractional numbers with arbitrary precision"
repository = "https://github.com/seungha-kim/base95"
categories = ["mathematics", "encoding"]
readme = "README.md"
documentation = "https://docs.rs/base95/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
rand = "0.8.3"