cucoqu 0.1.0

**cucoqu** is a Rust library for converting between different types of Bézier splines. Currently it only supports the types most commonly used in type design and drawing curves: **cu**bic Bézier curves, **qu**adratic Bézier curves, and one type of rational Bézier curve: **co**nic Bézier curves.
Documentation
[dependencies.derive_more]
version = "0.99"

[dependencies.glifparser]
default_features = false
features = ["more-iof"]
version = "1.2"

[dependencies.log]
version = "0.4"

[dependencies.nalgebra]
version = "0.31"

[dependencies.num-complex]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[package]
authors = ["Fredrick Brennan <copypaste@kittens.ph>", "MFEK Authors", "GPT-3"]
description = "**cucoqu** is a Rust library for converting between different types of Bézier splines. Currently it only supports the types most commonly used in type design and drawing curves: **cu**bic Bézier curves, **qu**adratic Bézier curves, and one type of rational Bézier curve: **co**nic Bézier curves."
edition = "2021"
keywords = ["cubic", "conic", "quadratic", "bezier", "curve-conversion"]
license = "Apache-2.0"
name = "cucoqu"
readme = "README.md"
repository = "https://github.com/MFEK/cucoqu.rlib"
version = "0.1.0"