lazily-evaluated extractors

x
This commit is contained in:
2026-02-22 09:23:57 -08:00
parent 78ca183aea
commit 419720dd33
18 changed files with 518 additions and 386 deletions

View File

@@ -7,6 +7,12 @@ pub use misc::*;
mod dataset;
pub use dataset::*;
mod item;
pub use item::*;
mod value;
pub use value::*;
pub mod extract;
pub mod index;
pub mod item;
pub mod source;