rspc 0.4.1

A blazing fast and easy to use TRPC server for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod middleware;
pub mod procedure;

mod error;
mod extension;
mod infallible;
mod stream;
// pub use crate::procedure::Procedure2;
pub use error::Error;
// pub use infallible::Infallible;
pub use extension::Extension;
pub use stream::Stream;