nmd-core 1.0.1

Official NMD compiler core
Documentation
1
2
3
4
5
6
7
use std::collections::HashMap;

pub type TextReferenceKey = String;

pub type TextReference = String;

pub type TextReferenceMap = HashMap<TextReferenceKey, TextReference>;