microcad-lang 0.5.0

µcad language
Documentation
1
2
3
4
5
6
7
8
// Copyright © 2024-2026 The µcad authors <info@microcad.xyz>
// SPDX-License-Identifier: AGPL-3.0-or-later

//! µcad Module related  syntax elements

mod module_definition;

pub use module_definition::*;