riptc-bridge 0.1.1

Rust implementation of the InertiaJS protocol compatible with `riptc` for generating strong TypeScript bindings.
Documentation
1
2
3
4
5
6
7
pub use riptc_bridge_macros::Riptc;

/// Marker trait for types that should be scanned by `riptc` despite
/// not being a direct dependency of a route.
///
/// This trait is automatically implemented for all items marked with the `#[ript]` attribute.
pub trait Riptc {}