os_error

Crates.ioos_error
lib.rsos_error
version0.1.0
sourcesrc
created_at2018-01-22 09:19:17.809451
updated_at2018-01-22 09:19:17.809451
descriptionStruct `OsError` represents only the OS error part of `std::io::Error`. `OsError` implements `Clone`, `Copy`, `PartialEq`, `PartialOrd`, `Eq`, `Ord`, `Display`, `Debug`, `Hash`, `TryFrom` and `Into`.
homepagehttps://github.com/SWW13/os_error-rs
repositoryhttps://github.com/SWW13/os_error-rs
max_upload_size
id47776
size20,345
Simon Wörner (SWW13)

documentation

https://docs.rs/os_error

README

os_error

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.

License

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.

Commit count: 1

cargo fmt