MatiOS-SDK-Rust 0.1.3

Sdk for creating apps for MatiOS in rust
Documentation
1
2
3
4
5
6
7
#![no_std]
extern crate alloc;
pub mod allocator;
pub mod syscalls;
pub mod uuid;
pub mod resources;
pub mod typedValue;