Move router to pile-dataset

This commit is contained in:
2026-03-10 17:43:25 -07:00
parent 614d3273f0
commit 899b47b169
13 changed files with 321 additions and 255 deletions

View File

@@ -16,3 +16,6 @@ pub use value::*;
pub mod extract;
pub mod index;
pub mod source;
#[cfg(feature = "axum")]
pub mod serve;