tmp/
lib.rs

1//! # Capability-based Preview Interfaces
2//!
3//! This library contains unstable preview interfaces of the [`osi`] and
4//! [`sys`] crates.
5
6#![no_std]
7
8extern crate alloc;
9extern crate core;
10
11#[cfg(test)]
12extern crate std;
13
14pub mod msdosmz;
15pub mod pecoff;