hedwig 7.2.0

A simple message bus for Rust
Documentation
1
2
3
4
5
6
7
#![cfg(test)]

pub(crate) mod google;
pub(crate) mod json;

pub(crate) fn assert_error<T: std::error::Error + Send + Sync + 'static>() {}
pub(crate) fn assert_send_val<T: Send>(_: &T) {}