hydrus_api/wrapper/
version.rs

1pub struct Version {
2    pub api: u32,
3    pub hydrus: u32,
4}