Readme example crashes with 'thread 'main' panicked at 'called Result::unwrap()
on an Err
value: Error { raw_code: None, raw_os_message: None, kind: NotFound }', src/main.rs:8:36'
#1394
Labels
I'm new to Rust so maybe doing something stupid. I'm using Nixos here, which might be the cause, I've got the following dependencies present (via a shell.nix):
src/main.rs:
Cargo.toml:
I tried adding the following to Cargo.toml but no difference in output:
cargo tree: https://gist.github.com/chrissound/425d0343bbd69290a9c45a2d0f1c1084
The text was updated successfully, but these errors were encountered: