rustybook-messenger 0.2.1

Messenger client for Rustybook
Documentation
1
2
3
pub fn strip_json_guard(text: &str) -> &str {
    text.trim_start_matches("for (;;);")
}