rapid-web 0.4.9

A simple Rust server for the Rapid framework.
Documentation
1
2
3
4
5
6
pub mod convert;
pub mod generate;
pub(crate) mod util;

// This is the part of rapid-web that enables fullstack type-safety for Typescript based frontends
// TODO: at somepoint this should become its own crate (We will be calling it "Shift")