This website requires JavaScript.
Explore
Help
Sign in
ashborn
/
rust-Journey
Watch
1
Star
1
Fork
You've already forked rust-Journey
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
rust-Journey
/
erro-handling
/
README.md
Ashborn
a66604eb6c
first commit
2025-12-16 22:10:06 +05:45
159 B
Raw
Permalink
Blame
History
for quick prototyping:
let file = File::open("hello.txt").unwrap(); //panics
let file = File::open("hello.txt").expect("Failed to open") // custom error