n3-parser 0.3.2

Super-Simple semantic neural network model parser.
Documentation
#[test]
fn test_extern_model() {
  const MODEL: &str = "
extern [ExternModel]
";

  n3_parser::parser::parse_file(MODEL).unwrap();
}