nmd-core 1.0.1

Official NMD compiler core
Documentation
1
2
3
4
5
6
pub const VERSION: Option<&str> = option_env!("CARGO_PKG_VERSION");

pub const DOSSIER_CONFIGURATION_YAML_FILE_NAME: &str = "nmd.yml";
pub const DOSSIER_CONFIGURATION_JSON_FILE_NAME: &str = "nmd.json";

pub const NMD_EXTENSION: &str = "nmd";