1pub mod convert; 2pub mod generate; 3pub(crate) mod util; 4 5// This is the part of rapid-web that enables fullstack type-safety for Typescript based frontends 6// TODO: at somepoint this should become its own crate (We will be calling it "Shift")