Docs.rs
rust-hello-world-0.1.1
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust-hello-world 0.1.1
テストクレートです
Crate
Source
Builds
Feature flags
Hide files
..
hello_rust.rs
main.rs
1
2
3
pub
fn
print_hello
(
)
->
(
)
{
println!
(
"
よばれたよ
"
)
;
}