craydate 0.1.7

A safe Rust API for the Playdate hand held gaming system.
Documentation
1
2
3
4
5
6
7
8
mod file;
mod file_path_timestamp;
mod open_file;
mod file_path_stat;

pub use file::File;
pub use file_path_timestamp::FilePathTimestamp;
pub use file_path_stat::FilePathStat;