Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 464 Bytes

Rust

プログラミング言語。Firefox QuantumのCSSエンジンなどに使われている。

rustc main.rs
./main
  
# RustにおけるmavenがCargo
cargo build
cargo run

プロジェクト用ディレクトリ直下の.toml ファイルを参照する.。常時はdebugビルドなので、--releaseをつけると最適なビルドをする。

References