rmw_err

Crates.iormw_err
lib.rsrmw_err
version0.0.5
sourcesrc
created_at2022-07-12 04:47:30.707001
updated_at2022-07-12 04:48:40.355906
descriptionutils for log err
homepage
repositoryhttps://github.com/rmw-lib/rmw_err
max_upload_size
id624128
size3,130
gcxfd (gcxfd)

documentation

README

rmw_err

utils for log err

cargo add rmw_err --rename err then

use std::fs::File;

fn main() {
  if let Ok(_) = err::ok!(File::open("/not_exist")) {
    err::log!(Err::<(), _>("test"));
  }
}
Commit count: 10

cargo fmt