weave-draft 0.2.0

A crate for representing and manipulating weaving drafts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "weave-draft"
version = "0.2.0"
edition = "2024"
description = "A crate for representing and manipulating weaving drafts"
license-file = "LICENSE.txt"
readme = "README.md"
repository = "https://github.com/erys/weave-draft"
keywords = ["weaving", "weave"]
categories = ["data-structures"]

[dependencies]
wif-weave = { version = "0.1.2", optional = true}

[features]
wif = ["wif-weave"]