Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ Character
Class
Character
29_pattern_matching_revisited/rust/pattern/src/main.rs:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
struct Character {
43
backpack: HashSet<String>,
44
}
45
46
impl Character {
47
fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected