//! 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")]