parse-rust-server 0.1.0

A Rust-native, embeddable implementation of the Parse Server API.
Documentation
1
2
3
4
5
6
//! HTTP routes. One module per upstream router, so a change upstream maps to an obvious place.

pub mod classes;
pub mod features;
pub mod health;
pub mod users;