All public logs

From wikinotes

Combined display of all available logs of wikinotes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:24, 6 February 2023 Will talk contribs created page Rust projects (Created page with "Rust projects are created and managed using rust cargo. * featurs can be defined and enabled/disabled at build time * workspaces <syntaxhighlight lang="bash"> cargo new my_project </syntaxhighlight> <syntaxhighlight lang="toml"> # ${PROJECT}/Cargo.toml [package] name = "hello_cargo" version = "0.1.0" authors = ["Your Name <you@example.com>"] edition = "2018" [dependencies] time = "0.1.12" regex = "0.1.41" rand = { git = "https://github.com/rust-lang-nursery/rand...")