derive-system 0.1.0

Rust implementation of https://github.com/stuartsierra/component
Documentation
1
2
3
4
5
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/simple.rs");
}