dmc-diagnostic 0.2.0

Shared diagnostic codes and source metadata for the dmc MDX compiler
Documentation

Install

cargo add dmc-diagnostic

Quick start

use dmc_diagnostic::Code;
use duck_diagnostic::DiagnosticEngine;

let mut engine: DiagnosticEngine<Code> = DiagnosticEngine::new();

Docs

Contributing

See ../CONTRIBUTING.md.

License

MIT. See ../LICENSE.