monotone 0.4.0

Library of counters and queues for coordination in distributed systems.
Documentation
1
2
3
4

pub fn s<S>(string: S) -> String where S: Into<String> {
    string.into()
}