bifrostlink 0.2.0

Topology-aware RPC library
Documentation
1
2
3
4
5
6
7
pub use bifrostlink_macros::endpoints;

use crate::{Config, Remote};

pub trait RemoteEndpoints<C: Config> {
	fn wrap(remote: Remote<C>) -> Self;
}