how to use key auth in rust if i am a complete beginner
(I tried to do something through the example and also through the api)
I was referring to that library. GitHub - KeyAuth/KeyAuth-Rust-Example: KeyAuth Rust Example
I get an error thread 'main' panicked at C:\Users\ Pavel OPG.cargo\registry\src\index.crates.io-6f17d22bba15001f\keyauth-1.2.0\src\v1_2.rs:142:52:
called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "Cannot find the specified file." }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
(if run with cmd and if not run with cmd the application simply crashes)
I was referring to that library. GitHub - KeyAuth/KeyAuth-Rust-Example: KeyAuth Rust Example
I get an error thread 'main' panicked at C:\Users\ Pavel OPG.cargo\registry\src\index.crates.io-6f17d22bba15001f\keyauth-1.2.0\src\v1_2.rs:142:52:
called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "Cannot find the specified file." }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
(if run with cmd and if not run with cmd the application simply crashes)