greentic_component/
lib.rs

1#![forbid(unsafe_code)]
2
3pub mod store;
4
5pub use store::{
6    CompatError, CompatPolicy, ComponentBytes, ComponentId, ComponentLocator, ComponentStore,
7    MetaInfo, SourceId,
8};