effie 0.0.1

Idiomatic api to uefi
Documentation
1
2
3
4
5
pub use crate::Guid;

pub trait Protocol {
    const GUID: Guid;
}