Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ Cat
Class
Cat
06_pattern_matching/rust/pattern_matching.rs:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
}
4
5
struct Cat {
6
age: u8,
7
}
8
9
enum Animals {
10
Dog(Dog),
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected