num-digitize 0.1.1

Converts integer of type N into Vec<u8> containing its digits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "num-digitize"
description = "Converts integer of type N into Vec<u8> containing its digits."
homepage = "https://github.com/lunemec/rust-num-digitize"
repository = "https://github.com/lunemec/rust-num-digitize"
readme = "README.md"
keywords = ["digizize"]
license = "WTFPL"
version = "0.1.1"
authors = ["Nemec Lukas <lukas.nemec2@firma.seznam.cz>"]

[dependencies]
num = "0.1"