datex-embedded 0.0.1

Embedded support for datex-core
1
2
3
4
pub trait RngHal {
    fn fill(&self, buf: &mut [u8]);
    fn random(&self) -> u32;
}