# NewBase60, Rust Edition
[](https://github.com/astralbijection/newbase60-rs/actions/workflows/tests.yml)
[](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.