MCPcopy Create free account
hub / github.com/Rustixir/darkbird / User

Class User

example/simple.rs:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61#[derive(Serialize, Deserialize, Clone, Debug)]
62struct User {
63 fullname: String,
64}
65
66impl User {
67 pub fn new(fullname: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected