Skip to main content

microcad_import/
lib.rs

1// Copyright © 2025-2026 The µcad authors <info@microcad.xyz>
2// SPDX-License-Identifier: AGPL-3.0-or-later
3
4//! Import values from files  
5
6pub mod toml;