Crates.io | knitting_parse |
lib.rs | knitting_parse |
version | 0.3.2 |
source | src |
created_at | 2020-07-19 23:52:16.745701 |
updated_at | 2022-02-10 01:56:40.780123 |
description | A knitting parser library based on nom. |
homepage | https://github.com/jamesmahler/knitting_parser |
repository | |
max_upload_size | |
id | 267056 |
size | 26,776 |
A library designed to assist with parsing knitting patterns.
There seems to be no real standard for the syntax of a knitting pattern, so we are going to do our best at describing our own.
,
separates stitches(
and )
k x12
for twelve knits in a row(k, (p, ml)x2)x2
to produce k, p, ml, p, ml, k, p, ml, p, ml