dmc-core 0.3.3

Engine, CLI, watch mode, and collection builds for the dmc MDX compiler
Documentation

Install

cargo add dmc-core

Quick start

use dmc::engine::{Engine, EngineConfig};

let cfg = EngineConfig::from_file("dmc.config.toml")?;
Engine::run(&cfg, None, &mut diag)?;

Docs

Contributing

See ../CONTRIBUTING.md.

License

MIT. See ../LICENSE.