fusen-rs 0.8.10

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
use std::collections::HashMap;

#[derive(Debug, Default)]
pub struct MetaData {
    pub inner: HashMap<String, String>,
}