Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurtlawrence/geom
Common geometry and spatial math specific to application in the mining industry
https://github.com/kurtlawrence/geom
Last synced: about 2 months ago
JSON representation
Common geometry and spatial math specific to application in the mining industry
- Host: GitHub
- URL: https://github.com/kurtlawrence/geom
- Owner: kurtlawrence
- Created: 2023-04-26T00:15:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T02:54:10.000Z (7 months ago)
- Last Synced: 2024-06-05T03:57:04.438Z (7 months ago)
- Language: Rust
- Homepage: https://kurtlawrence.github.io/geom/
- Size: 14.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Testing
Usually testing is done via `cargo test`.
Some tests use massive test files which are not committed to avoid blowing out the
repository size.
These files are housed locally and ignored in the tests.
The tests can be run with `cargo test -- --ignored`.