Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/darkbird
/ User
Class
User
example/complex.rs:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
#[derive(Serialize, Deserialize, Clone, Debug)]
76
struct User {
77
fullname: String,
78
}
79
80
impl User {
81
pub fn new(fullname: &str) -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected