noak 0.4.0

A library for reading and writing java bytecode fast
Documentation
1
2
3
4
5
6
7
image: "rust:latest"

# Use cargo to test the project
test:cargo:
  script:
    - rustc --version && cargo --version # Print version info for debugging
    - cargo test --all --verbose