solidrs 0.2.0

Rust library to generate openScad models. Inspired by SolidPython.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "solidrs"
version = "0.2.0"
edition = "2021"
authors = ["MnlPhlp <online@philipp-manuel.de>"]
license = "MIT OR Apache-2.0"
description = "Rust library to generate openScad models. Inspired by SolidPython."
homepage = "https://github.com/MnlPhlp/solidrs"
repository = "https://github.com/MnlPhlp/solidrs"
keywords = ["solidpython", "openscad", "cad", "3d", "modeling"]
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
strum = { version = "0.26.1", features = ["derive"] }