weldr 0.3.1

A Rust library to manage LDraw files (.ldr)
Documentation
[dependencies.cgmath]
version = "0.17.0"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "5.0.0"

[lib]
name = "weldr"
path = "src/lib.rs"

[package]
authors = ["Jerome Humbert"]
categories = ["parser-implementations"]
description = "A Rust library to manage LDraw files (.ldr)"
documentation = "https://docs.rs/weldr"
edition = "2018"
include = ["CHANGELOG.md", "LICENSE", "README.md", "../.gitignore", "Cargo.toml", "src/*.rs", "tests/*.rs"]
keywords = ["parsing", "ldraw", "lego", "cad"]
license = "MIT"
name = "weldr"
readme = "README.md"
repository = "https://github.com/djeedai/weldr"
version = "0.3.1"