bringing in source files from my first pass at this project

This commit is contained in:
2026-03-26 14:16:58 -04:00
parent 037ae5eeab
commit fece38bf31
5 changed files with 572 additions and 0 deletions

9
rustseq/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "rustseq"
version = "0.1.0"
edition = "2024"
[dependencies]
rusqlite = "0.34.0"
streaming-iterator = "0.1.9"
tree_iterators_rs = "3.1.0"