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")