[][src]Function ssb_causal_sort::causal_sort

pub fn causal_sort<T: AsRef<str>, K: Copy>(msgs: &[(Multihash, K, T)]) -> Vec<K>