pub fn capabilities_from_csv(csv: &str) -> HashSet<String>
Expand description

Takes a comma-separated string, splits it by commas, removes empty elements and returns a set of capabilities. This can be used e.g. to initialize the cache.