polished_files 0.1.1

File loading and (future) filesystem abstraction for Polished OS, supporting UEFI and no_std environments.
Documentation
1
2
3
4
5
6
#![no_std]

#[cfg(feature = "uefi")]
pub mod uefi;

pub mod ustar;