You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
caps::Capabilityall()returning a full hashsetBoth seems reasonably feasible and easy to add. Any other feedback on it?