aldrin-parser 0.13.0

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

import schema_link_without_import1;

struct Baz {
    foo @ 1 = box<schema_link_without_import1::Foo>;
}