base79 0.1.0

Textual representation of and utility functions for base-79 fractional numbers with arbitrary precision
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cargo-features = ["edition2021"]

[package]
name = "base79"
version = "0.1.0"
authors = ["Dmitriy Cherchenko", "Kim Seungha <seungha.me@gmail.com>"]
edition = "2021"
license = "MIT"
description = "Textual representation of and utility functions for base-79 fractional numbers with arbitrary precision"
repository = "https://github.com/dchenk/base79"
categories = ["encoding", "arbitrary precision"]
readme = "README.md"
documentation = "https://docs.rs/base79"

[dev-dependencies]
rand = "0.8.4"