penlib

Crates.iopenlib
lib.rspenlib
version0.0.4
sourcesrc
created_at2019-09-16 04:44:49.224832
updated_at2019-09-16 08:35:01.810501
descriptionA library which provides various attributes of different pen brands and products.
homepage
repositoryhttps://github.com/cbgbt/penlib
max_upload_size
id165069
size10,624
Sean P. Kelly (cbgbt)

documentation

README

penlib

A collection of characteristics for various pen brands and products. This library was created to assist in creating SVG images for use by pen plotters. Pen sizes and colors can be used to more carefully plan spacing between paths, or to produce SVG images which will more closely resemble the result of plotting to real paper.

All Pen types implement the penlib::Pen trait. Beyond that, each brand may provide its own traits or generic interfaces in order to specify the nib sizes and various colors available.

Commit count: 15

cargo fmt