1 unstable release

0.0.1 Jan 28, 2025

#6 in #rust-to-ts

Download history 49/week @ 2025-01-22 74/week @ 2025-01-29 26/week @ 2025-02-05 17/week @ 2025-02-12 23/week @ 2025-02-19 35/week @ 2025-02-26

107 downloads per month
Used in 4 crates

MIT license

45KB
995 lines

rspc Procedure

docs.rs

Interface for a single type-erased operation that the server can execute.


lib.rs:

Interface for a single type-erased operation that the server can execute.

HTTP integrations should prefer to depend on this crate instead of rspc.

TODO: Describe all the types and why the split? TODO: This is kinda like tower::Service TODO: Why this crate doesn't depend on Specta. TODO: Discuss the traits that need to be layered on for this to be useful. TODO: Discuss how middleware don't exist here.

TODO: Results must be 'static because they have to escape the closure.

Dependencies

~300–550KB
~11K SLoC