MCPcopy 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
5struct Cat {
6 age: u8,
7}
8
9enum Animals {
10 Dog(Dog),

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected