radicle-heartwood-lfs/radicle-node
Fintan Halpenny c847a16e14 radicle: return iterator types for db policies
Instead of collecting the results and returning the collection as an
iterator, introduce `FollowPolicies` and `SeedPolicies` types, which
implement `Iterator`.

Note that a call in `service` changed due to the lifetime borrow. It
simply `collect`s into a `Vec` for the time being.
2025-04-11 12:35:55 +02:00
..
src radicle: return iterator types for db policies 2025-04-11 12:35:55 +02:00
Cargo.toml Update `radicle-node` crate to 0.10.0 2024-09-03 12:37:47 +02:00
build.rs Update radicle crates to 0.9.0 2024-03-26 11:56:27 +01:00