This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
trpl-zh-cn
mirror of
https://github.com/KaiserY/trpl-zh-cn
Watch
5
Star
0
Fork
You've already forked trpl-zh-cn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c0d101bc0e
trpl-zh-cn
/
listings
/
ch09-error-handling
/
listing-09-13
/
Cargo.toml
8 lines
99 B
Raw
Normal View
History
Unescape
Escape
add listings code && update to ch02-00
3 years ago
[
package
]
name
=
"guessing_game"
version
=
"0.1.0"
edition
=
"2021"
[
dependencies
]
update to ch02-00 & update listings
2 years ago
rand
=
"0.8.5"