Crates.io | os_error |
lib.rs | os_error |
version | 0.1.0 |
source | src |
created_at | 2018-01-22 09:19:17.809451 |
updated_at | 2018-01-22 09:19:17.809451 |
description | Struct `OsError` represents only the OS error part of `std::io::Error`.
`OsError` implements `Clone`, `Copy`, `PartialEq`, `PartialOrd`, `Eq`, `Ord`, `Display`, `Debug`, `Hash`, `TryFrom |
homepage | https://github.com/SWW13/os_error-rs |
repository | https://github.com/SWW13/os_error-rs |
max_upload_size | |
id | 47776 |
size | 20,345 |
Struct OsError
represents only the OS error part of std::io::Error
.
OsError
implements Clone
, Copy
, PartialEq
, PartialOrd
, Eq
, Ord
, Display
, Debug
, Hash
, TryFrom<std::io::Error>
and Into<std::io::Error>
.
Please read the API documentation.
os_error is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.