yesser-todo-api 4.0.0

A wrapper for yesser-todo-server written in Rust
Documentation
1
2
3
pub fn is_success(status_code: u16) -> bool {
    (200..300).contains(&status_code)
}