MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Dog

Class Dog

06_pattern_matching/rust/pattern_matching.rs:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct Dog {
2 name: String,
3}
4
5struct Cat {
6 age: u8,

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected