elaborate 1.0.0

Wrappers for standard library functions and types to produce more elaborate error messages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file was automatically generated by `elaborate`.
// https://github.com/trailofbits/elaborate

#[allow(unused_imports)]
use anyhow::Context;

pub mod fd;
pub mod linux;
pub mod unix;
pub mod wasi;
pub mod windows;