Hi, caps-rs author here. I was happily looking at your usecase, trying to identify existing gaps and bits that can be incorporated directly in the lib.
So far I think I have seen:
- adding a serde-derive for Serialize/Deserialize directly on
caps::Capability
- adding some kind of
all() returning a full hashset
Both seems reasonably feasible and easy to add. Any other feedback on it?