MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / main

Function main

0b_traits/rust/supertraits.rs:104–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104fn main() {
105 let p = make_person(8);
106 println!("{}", p.name());
107 let css = SuperCompSciStudent("Bert".to_string());
108 println!("{}", comp_sci_student_greeting(&css));
109 println!("{}", comp_sci(&css));
110 let prog = RustProgrammer("Robert".to_string());
111 //let prog = ArtificialProgrammer("AI".to_string());
112 println!("{}", comp_sci_vs_programmer(&css, &prog));
113}

Callers

nothing calls this directly

Calls 3

make_personFunction · 0.70
SuperCompSciStudentClass · 0.70
RustProgrammerClass · 0.70

Tested by

no test coverage detected