fusen-rs 0.8.9

RPC framework for service registration and discovery through API exposure, compatible with Dubbo3 protocol, intertunable with Java projects
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod client;
pub mod error;
pub mod filter;
pub mod handler;
pub mod protocol;
pub mod server;
pub mod common;

pub use fusen_internal_common;
pub use fusen_procedural_macro;