Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
Q, 10000000, 183.19, 250*/
3
fn 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
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected