bulge_gcode 0.1.1

A lightweight G-Code generator for Polylines with Bulge support (CNC/DXF style), WASM compatible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
crate-type = ["cdylib", "rlib"]

[package]
name = "bulge_gcode"
version = "0.1.1"
edition = "2024"
authors = ["Yuriy Arutyunyan <sagittaracc@gmail.com>"]
description = "A lightweight G-Code generator for Polylines with Bulge support (CNC/DXF style), WASM compatible."
license = "MIT"
repository = "https://github.com/sagittaracc/bulge-gcode"
readme = "README.md"
keywords = ["gcode", "cnc", "bulge", "polyline", "wasm"]
categories = ["embedded", "wasm", "hardware-support"]


[dependencies]
wasm-bindgen = "0.2"