Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Rust | 37,087 | 4 days ago | 10 | cc0-1.0 | Rust | |||||
A curated list of Rust code and resources. | ||||||||||
Awesome Cheatsheets | 34,597 | 3 days ago | 88 | mit | JavaScript | |||||
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. | ||||||||||
Awesome Kubernetes | 14,249 | 3 days ago | 7 | other | Shell | |||||
A curated list for awesome kubernetes sources :ship::tada: | ||||||||||
Be A Professional Programmer | 9,147 | 7 months ago | 9 | mit | ||||||
成为专业程序员路上用到的各种优秀资料、神器及框架 | ||||||||||
Devsecops | 4,774 | a month ago | 1 | mit | ||||||
Ultimate DevSecOps library | ||||||||||
Awesome Apache Airflow | 3,060 | a year ago | 2 | Shell | ||||||
Curated list of resources about Apache Airflow | ||||||||||
Awesome K8s Resources | 2,644 | 11 hours ago | 15 | cc0-1.0 | ||||||
A curated list of awesome Kubernetes tools and resources. | ||||||||||
Naftis | 1,888 | 5 months ago | 3 | July 26, 2020 | 28 | apache-2.0 | Go | |||
An awesome dashboard for Istio built with love. | ||||||||||
Awesome Cloud Native | 1,816 | a month ago | May 11, 2022 | 1 | cc0-1.0 | HTML | ||||
A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/ | ||||||||||
Awesome K8s Security | 1,729 | 4 months ago | 1 | |||||||
A curated list for Awesome Kubernetes Security resources |
A curated list of Rust code and resources.
If you want to contribute, please read this.
See also Rust Production organizations running Rust in production.
cd
to it; never lose track of file hierarchy while you search; manipulate your files, ...), further reading dystroy.org/broot lightning
, does not handle networking, persistence, or any other I/O. Thus,it is runtime-agnostic, but users must implement basic networking logic, chain interactions, and disk storage.po on linking crate.See also crates matching keyword 'emulator'.
See also Games Made With Piston.
See also A comparison of operating systems written in Rust.
cd
that learns your habits rm
cp
and rm
commandscut
.env
files <a>
links to references in mod
, use
and extern crate
statements at GitHub.~/.cargo/
/${CARGO_HOME}
), print sizes etc cargo rustc -- -Zno-trans
which can be helpful for running a faster compile if you only need correctness checkscargo
to run CLI commands similar to how the scripts section in package.json
works cargo-dot
with additional features. Unmaintained, see cargo-deps
Rust Embedded focuses on improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms. See awesome-embedded-rust for a curated, and more extended list of embedded Rust resources.
See also Foreign Function Interface, The Rust FFI Omnibus (a collection of examples of using code written in Rust from other languages) and FFI examples written in Rust.
See also Are we (I)DE yet? and Rust Tools.
#[test]
attribute that initializes logging and/or tracing infrastructure before running tests. See [Machine learning]
See also About Rusts Machine Learning Community and Are we learning yet?.
[audio]
Rc
/Arc
pointer types. BTreeSet
and BTreeMap
. [database]
NoSQL [nosql]
rusoto_dynamodb
OGM [ogm]
ORM [orm]
sfackler/r2d2 generic connection pool
SQL [sql]
[encoding]
mount
/ umount2
system calls.See also Are we game yet?
[graphics]
[gui]
image
library.[log]
<sysexits.h>
. 1+2
to 1% of round(1 lightyear / 14!s to km/h)
.See also Are we web yet? and Rust web framework comparison.
A registry allows you to publish your Rust libraries as crate packages, to share them with others publicly and privately.