Skip to content

Commit e59d9a5

Browse files
authored
🌱 Initial cargo project (#1)
Add Cargo.toml dependency specification file and getting started instructions in the main README.md. Including Cargo.lock file for more reproducibility. Main README.md contains pointers on how to install Rust, nvTIFF and GDAL locally, and commands to patch the nvTIFF's v0.5.0 header file.
1 parent be82266 commit e59d9a5

File tree

4 files changed

+3161
-0
lines changed

4 files changed

+3161
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
**/*.tif

0 commit comments

Comments
 (0)