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
{{ message }}
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
While at it, I think so far you are the first and only consumer of that crate. To increase its bus factor and keep it sane, would you be interested in comaintaining it (maintenance is very low anyway)?
I have an umbrella-org at https://github.com/camallo which already hosts several container-related crates, and caps-rs can also be moved there.
Hi lucab. The caps crate has been very useful. I was trying to minimize external dependencies in the oci library so I didn't need to serialize caps directly. If it were serializable I could potentially use it directly in oci, but it hasn't been a huge problem. An all() would definitely be valuable. I can't speak for oracle as a whole, but I'm happy to help with caps-rs on my personal time (although I don't have a lot of it since I have a new baby).
the newest version of the oci spec actually forces me to process all of the different types of caps individually, so an all isn't really needed any more. I think we can go ahead and close this.
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::Capability
all()
returning a full hashsetBoth seems reasonably feasible and easy to add. Any other feedback on it?
The text was updated successfully, but these errors were encountered: