1.2.0 |
|
---|---|
1.1.2 |
|
1.1.0 |
|
1.0.1 |
|
0.1.16 |
|
#38 in #longer
14KB
306 lines
This project is no longer maintained.
lib.rs
:
Reimplementation of the private std::sys::cvt()
, but as a trait method.
Example
use cvt_trait::prelude::*;
unsafe { os_api() }.cvt().expect("OS API failed");