asupersync 0.3.0

Spec-first, cancel-correct, capability-secure async runtime for Rust.
Documentation
1
2
3
4
5
6
7
//! Compatibility re-exports for typed symbol helpers.
//!
//! The canonical implementation lives in `crate::types::typed_symbol`.
//! This module simply re-exports those types for convenience when
//! referenced as `crate::typed`.

pub use crate::types::typed_symbol::*;