inventory 0.3.21

Typed distributed plugin registration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![feature(used_with_arg)]

struct Thing;

inventory::collect!(Thing);

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

fn main() {}