MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / SomeData

Class SomeData

Source Code/08-12.rs:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2Q, 10000000, 183.19, 250*/
3fn main() {
4 struct SomeData (
5 i32,
6 f32,
7 char,
8 [u8; 5],
9 );
10 let data = SomeData (
11 10_000_000,
12 183.19,

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected