haxpor / rust_st

Musing around with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brief

Source files catogorized into two groups

  1. Full-fledge project created via cargo new ... locating at the root level directory
  2. Individual source files in src/ directory.

How to build

Cargo project

Normally just use cargo build or cargo run while you're in that project directory.

Individual files

See src/README.md for futher information on building individual source files.

Additional

You might be interested in my cpp_st.

License

MIT, Wasin Thonkaew

About

Musing around with Rust

License:MIT License


Languages

Language:Rust 100.0%