radicle-heartwood-lfs/radicle/src/node/policy
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
..
config.rs node: Simplify configuration 2024-06-04 14:08:15 +02:00
schema.sql node: Rename node `tracking` module 2023-12-06 10:00:45 +01:00
store.rs radicle: return iterator types for db policies 2025-04-11 12:35:55 +02:00