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