rspc-core 0.0.1

Core types and traits for rspc
Documentation
1
2
3
4
5
6
7
8
9
//! Core types and traits for [`rspc`].
//!
//! Middleware and extension authors should prefer to depend on this crate instead of `rspc`.
#![forbid(unsafe_code)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
    html_logo_url = "https://github.com/specta-rs/rspc/raw/main/.github/logo.png",
    html_favicon_url = "https://github.com/specta-rs/rspc/raw/main/.github/logo.png"
)]