Skip to main content

ota_manifest_proto/
lib.rs

1pub mod fuchsia {
2    pub mod update {
3        pub mod manifest {
4            include!("fuchsia.update.manifest.rs");
5        }
6    }
7}