Return len
Some checks are pending
CI / Build and test (push) Waiting to run
CI / Build and test (all features) (push) Waiting to run
CI / Typos (push) Successful in 20s
CI / Clippy (push) Successful in 1m11s

This commit is contained in:
2026-03-24 03:40:09 -07:00
parent 6f267880c8
commit 705fc7d7fa
5 changed files with 11 additions and 44 deletions

View File

@@ -8,6 +8,8 @@ edition = { workspace = true }
workspace = true
[dependencies]
pile-dataset = { workspace = true }
reqwest = { version = "0.12", features = ["json", "stream"] }
futures-core = "0.3"
serde = { workspace = true }