inventory 0.3.21

Typed distributed plugin registration
Documentation
1
2
3
4
5
6
7
8
9
10
struct Thing;

inventory::collect!(Thing);

inventory::submit! {
    #![used(linker)]
    Thing
}

fn main() {}