Add tests for offsets

This commit is contained in:
a2x
2024-06-16 17:02:43 +10:00
parent 9111d7a0f4
commit 86e536407b
2 changed files with 178 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ toolchain must be installed.
- `-h, --help`: Print help.
- `-V, --version`: Print version.
## Running Tests
To run tests, use the following command: `cargo test -- --nocapture`.
## License
Licensed under the MIT license ([LICENSE](./LICENSE)).