oxidize: Factor into standard Rust crate structure

- Adds initial `Cargo.toml` (and `Cargo.lock` to `.gitignore`)
- Deletes `tool` (it seems hard to `corrode`)
- Moves `lib/tests` => `tests` (we should figure out how to translate them)
- Moves `lib` => `src` to match Rust conventions
- Renames `lib/ykpiv.rs` => `src/lib.rs` to match Rust conventions
- Adds copyright from `ykpiv.h` to the top of all `*.rs` files
This commit is contained in:
Tony Arcieri
2019-08-10 11:14:18 -07:00
parent 45ba342f57
commit 29fe670896
39 changed files with 144 additions and 6475 deletions
+3241
View File
File diff suppressed because it is too large Load Diff