CHICO

GitHub CI

A tiny library to work with base-10, base-16, and base-2 numbers in Rust!

ABOUT

Since I like numbers and I like Rust, I thought I'd port a library that I wrote in Javascript and Dart to Rust. These three projects all have one thing in common: They all provide simple methods to convert between numbers of different bases. These bases are 2, 10, and 16. Enjoy! Nota bene: I like the Marx brothers.

INSTALLATION

To use Chico in your projects, add this to your Cargo.toml:

TOML [dependencies] chico = "0.1.0"

USAGE

To understand how to use Chico in your project, please refer to the project's documentation.

CHANGELOG

Version 0.1.0

NOTE