vsh_rust_proto/
lib.rs

1pub mod vm_tools {
2    pub mod vsh {
3        include!("vm_tools.vsh.rs");
4    }
5}