Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ B
Class
B
07_structs/rust/structs.rs:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
}
5
6
struct B {
7
members: static Vec<i32>,
8
}
9
10
fn main() {
11
let mut a = A { x: 1, y: 2 };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected