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
[dependencies.strum]
features = ["derive"]
version = "0.26.1"

[package]
authors = ["MnlPhlp <online@philipp-manuel.de>"]
description = "Rust library to generate openScad models. Inspired by SolidPython."
edition = "2021"
homepage = "https://github.com/MnlPhlp/solidrs"
keywords = ["solidpython", "openscad", "cad", "3d", "modeling"]
license = "MIT OR Apache-2.0"
name = "solidrs"
readme = "README.md"
repository = "https://github.com/MnlPhlp/solidrs"
version = "0.2.0"