microcad-lang 0.5.0

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

//! Model layer attributes

/// Model layer.
pub struct Layer {
    /// Layer id.
    _id: String,
}