Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/QMHTMY/RustBook
/ rust_example.rs
File
rust_example.rs
publication/code/chapter01/rust_example.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// rust_example.rs
2
3
// 从标准库中导入 max 函数
4
use std::cmp::max;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected