typeshare-java 0.5.0

Typeshare CLI for generating Java types
Documentation
1
2
3
4
5
6
fn main() {
    println!("cargo:rerun-if-changed=build.rs");

    // Watch the fixtures directory to re-run tests if new fixtures are added
    println!("cargo:rerun-if-changed=tests/fixtures");
}