Function cosmwasm_vm::features_from_csv[][src]

pub fn features_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 features. This can be used e.g. to initialize the cache.