actix / examples

Community showcase and examples of Actix Web ecosystem usage.
Apache License 2.0
3.7k stars 807 forks source link

hello world demo,cargo run is normal,but debug run an error occurred #816

Open zhangxize opened 5 months ago

zhangxize commented 5 months ago

hello world demo,cargo run is normal,but debug run an error occurred,

thread 'main' panicked at auth\casbin\src\main.rs:30:10: called Result::unwrap() on an Err value: IoError(Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" }) note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

helloworlderror

asonix commented 5 months ago

if you are trying to run the casbin example, run it from within the casbin directory