steamlocate-rs
๐ฎ Rust Crate for locating Steam game installation directories (and Steam itself!)
ํ์ผ ํ์๊ธฐ
- ci.yml
- publish.yml
- dependabot.yml
- appmanifest.rs
- overview.rs
- shortcuts.rs
- helpers.rs
- mod.rs
- temp.rs
- linux.rs
- macos.rs
- mod.rs
- windows.rs
- steamlocate__app__tests__minimal.snap
- steamlocate__app__tests__more_sanity.snap
- steamlocate__app__tests__sanity.snap
- app.rs
- config.rs
- error.rs
- lib.rs
- library.rs
- shortcut.rs
- appmanifest_230410.acf
- appmanifest_2519830.acf
- appmanifest_4000.acf
- appmanifest_599140.acf
- libraryfolder.vdf
- shortcuts.vdf
- shortcuts_different_key_case.vdf
- shortcuts_different_order.vdf
- shortcuts_just_gog_moonlighter.vdf
- legacy.rs
- tests.rs
- wasm.rs
- .editorconfig
- .gitignore
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- RELEASE.md
# CDN์ผ๋ก ์ฌ์ฉํ๊ธฐ
jsDelivrjsDelivr๋ ๊ณต๊ฐ GitHub ๋ฆฌํฌ์งํ ๋ฆฌ๋ฅผ ๋ณ๋ ์ค์ ์์ด CDN์ผ๋ก ์ฆ์ ์๋นํฉ๋๋ค. ๋ฒ์ ๊ณผ ํ์ผ์ ๊ณ ๋ฅด๋ฉด ์นํ์ด์ง์ ๋ฐ๋ก ๋ถ์ผ ์ ์๋ ๋งํฌ์ ์์ ์ฝ๋๊ฐ ๋ง๋ค์ด์ง๋๋ค.
๋ช ๋ น์ด ์ฉ์ด์ง
์ด ๋ฌธ์์์ ์ฌ์ฉ๋ ๋ช ๋ น์ด๋ฅผ ๋ชจ์๋ดค์ต๋๋ค. ๋ฏ์ ๋ช ๋ น์ด๊ฐ ์๋ค๋ฉด ํผ์ณ์ ํ์ธํด๋ณด์ธ์.
cargo add
์ค๋ช
๋ณด๊ธฐ โผ
cargo add
Add dependencies to a Rust project's `Cargo.toml` manifest.
cargo add {{dependency}}
Add the latest version of a dependency to the current project:
cargo add {{dependency}}@{{version}}
Add a specific version of a dependency:
cargo add {{dependency}} {{[-F|--features]}} {{feature_1,feature_2,...}}
Add a dependency and enable one or more specific features:
cargo
์ค๋ช
๋ณด๊ธฐ โผ
cargo
Rust ํ๋ก์ ํธ ๋ฐ ๋ชจ๋ ์ข
์์ฑ(ํฌ๋ ์ดํธ)์ ๊ด๋ฆฌ.
`build`์ ๊ฐ์ ์ผ๋ถ ํ์ ๋ช
๋ น์๋ ์์ฒด ์ฌ์ฉ ์ค๋ช
์๊ฐ ์์ต๋๋ค.
๋ ๋ง์ ์ ๋ณด: <https://doc.rust-lang.org/stable/cargo/>.
cargo search {{search_string}}
ํฌ๋ ์ดํธ ๊ฒ์:
cargo install {{crate_name}}
๋ฐ์ด๋๋ฆฌ ํฌ๋ ์ดํธ ์ค์น:
cargo install --list
์ค์น๋ ๋ฐ์ด๋๋ฆฌ ํฌ๋ ์ดํธ ๋์ด:
