4 releases

0.1.3 Jan 6, 2019
0.1.2 Nov 4, 2018
0.1.1 Feb 18, 2018
0.1.0 Feb 18, 2018

#2005 in Data structures

MIT/Apache

6KB
204 lines

Simple library that generates point coordinates for drawing each digit of a decimal number.


lib.rs:

Simple library that generates point coordinates for drawing each digit of a decimal number.

For example the digit "2" would return the x/y coordinates for each 2 in the below picture:


..2222
 22  22
    22
   22
 222222

No runtime deps