tmp 0.0.1

Capability-based Preview Interfaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! # Capability-based Preview Interfaces
//!
//! This library contains unstable preview interfaces of the [`osi`] and
//! [`sys`] crates.

#![no_std]

extern crate alloc;
extern crate core;

#[cfg(test)]
extern crate std;

pub mod msdosmz;
pub mod pecoff;