bibicode 0.1.5

A crate to convert any integer from one numeral system to another.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bibicode"
version = "0.1.5"
authors = ["Florent Jugla <florent@jugla.name>"]
license = "MIT"
description = "A crate to convert any integer from one numeral system to another."
readme="README.md"
repository = "https://github.com/flojug/bibicode"
categories = ["algorithms", "encoding"]

[dependencies]
clap = { version = "2.32.0", features = ["yaml"] }