typeshare-java 0.6.0

Typeshare CLI for generating Java types
Documentation
1
2
3
4
5
use fixtures::build::watch_fixture_dir;

fn main() {
    watch_fixture_dir("cargo:rerun-if-changed=tests/fixtures");
}