microcad

Crates.iomicrocad
lib.rsmicrocad
version0.2.2
created_at2025-09-18 10:39:06.775663+00
updated_at2025-09-23 09:38:59.978006+00
descriptionµcad Command Line Interface
homepagehttps://microcad.xyz
repositoryhttps://github.com/rustfahrtagentur/microcad
max_upload_size
id1844548
size86,770
Patrick Hoffmann (fightling)

documentation

https://docs.rs/microcad

README

microcad

This crate provides the command line interpreter of µcad.

Installation

To install the latest version via cargo, type:

cargo install microcad

Run

Start the microcad CLI by typing microcad into your console.

microcad

This will give you an overview of the available functionality:

µcad Command Line Interface

Usage: microcad [OPTIONS] <COMMAND>

Commands:
  parse    Parse a µcad file
  resolve  Parse and resolve a µcad file
  eval     Parse and evaluate a µcad file
  export   Parse and evaluate and export a µcad file
  create   Create a new source file with µcad extension
  watch    Watch a µcad file
  help     Print this message or the help of the given subcommand(s)

Options:
  -T, --time                        Display processing time
  -P, --search-path <SEARCH_PATHS>  Paths to search for files [default: ./lib]
  -C, --config <CONFIG>             Load config from file
  -h, --help                        Print help
  -V, --version                     Print version

Install standard library

In most cases you might want to use the microcad standard library (std).

This must be installed once by running the following command:

microcad install std

You're now ready to use µcad!

Resources

Commit count: 3022

cargo fmt