Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ Data
Class
Data
1e_http_client/rust/http_client/src/person.rs:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
#[derive(Deserialize)]
17
pub struct Data {
18
pub person: Person,
19
}
20
21
#[derive(Deserialize)]
22
pub struct Person {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected