Initial commit.
authorArik Sosman <git@arik.io>
Mon, 22 Aug 2022 01:18:35 +0000 (18:18 -0700)
committerArik Sosman <git@arik.io>
Mon, 22 Aug 2022 02:04:35 +0000 (19:04 -0700)
commit6f44a3ae6ebcd5856560ebcc3bae5122b46c0426
tree135d13c72984b61140a58fa102b34163e61659b3
parentccea267cea9faac709e12866b69e0e1b1cdb80dc
Initial commit.
20 files changed:
.editorconfig [new file with mode: 0644]
.github/workflows/build.yml [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
LICENSE [deleted file]
LICENSE-APACHE.md [new file with mode: 0644]
LICENSE-MIT.md [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
README.md [new file with mode: 0644]
src/config.rs [new file with mode: 0644]
src/downloader.rs [new file with mode: 0644]
src/hex_utils.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/lookup.rs [new file with mode: 0644]
src/main.rs [new file with mode: 0644]
src/persistence.rs [new file with mode: 0644]
src/serialization.rs [new file with mode: 0644]
src/snapshot.rs [new file with mode: 0644]
src/tracking.rs [new file with mode: 0644]
src/types.rs [new file with mode: 0644]
src/verifier.rs [new file with mode: 0644]