aldrin-parser 0.13.0

Aldrin schema parser library.
Documentation
1
2
3
4
5
6
7
//! [`::schema_link_without_import1::Foo`]

import schema_link_without_import3;

struct Bar {
    baz @ 1 = box<schema_link_without_import3::Baz>;
}