newbase60 0.1.4

A library that implements Tantek Çelik's New Base 60
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# NewBase60, Rust Edition

[![Tests](https://github.com/astralbijection/newbase60-rs/actions/workflows/tests.yml/badge.svg)](https://github.com/astralbijection/newbase60-rs/actions/workflows/tests.yml)
[![Crates.io](http://meritbadge.herokuapp.com/newbase60)](https://crates.io/crates/newbase60)

This crate includes a safe implementation of [Tantek Çelik's New Base 60](http://tantek.pbworks.com/w/page/19402946/NewBase60) number
system. See it on [crates.io](https://crates.io/crates/newbase60)!

To use this in your project, simply add the line

```toml
[dependencies]
newbase60 = "^0.1"
```

to your Cargo.toml.