other-pocket 0.1.0

Async bindings for Pocket API (https://getpocket.com)
Documentation
#[cfg(test)]
pub fn remove_whitespace(s: &str) -> String {
    s.replace(|c: char| c.is_whitespace(), "")
}