rust-apt
rust
rust-apt | rust | |
---|---|---|
3 | 2,814 | |
- | 102,876 | |
- | 1.3% | |
- | 10.0 | |
- | 5 days ago | |
Rust | ||
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rust-apt
-
Any gotchas running app via C++?
One of my rust libraries is for bindings to C++ library. It uses cxx crate, which was honestly kind of a pain to get it right. If you decide to go that route you can check it out as reference https://gitlab.com/volian/rust-apt.
-
Yep.. I'm dumping APT for Nala.
Development on Nala has kind of slowed down for a bit. We're basically only fixing bugs ATM. We're working on a rewrite in rust, but this requires bindings to the apt C++ API which we also have to write. We've made good progress on this https://gitlab.com/volian/rust-apt.
- What is the current status and future plans for using Rust with C++?
rust
- Image RS: Next-Gen WASM Image Component 🚀
- Exploiting Undefined Behavior in C/C++ Programs: The Performance Impact [pdf]
- Rust Let-Chains Stabilized
-
Pipelining might be my favorite programming language feature
> It doesn't allow you to import `std::iter::Iterator::collect` on its own. It's an associated function, and needs to be qualified.
You probably noticed, but it should become a thing in RFC 3591: https://github.com/rust-lang/rust/issues/134691
-
Harnessing Warp Terminal: Integrating AI and IDE-like Features into Your Workflow
Rust Programming Language
-
Shell-secrets – GPG-encrypted environment variables
Another trick with github urls: you can append .patch or .diff to any PR or commit URL, and you'll get back a git-formatted patch or diff.
https://github.com/rust-lang/rust/pull/139966
https://github.com/rust-lang/rust/pull/139966.patch
https://github.com/rust-lang/rust/pull/139966.diff
-
Say Hello to UV: A Fast Python Package & Project Manager Written in Rust
UV is a blazing-fast package and project manager for Python, written in Rust.
-
Two Years of Rust
> Hard agree. Is retrospect I think the model of Delphi, where you must assemble `manually` a `pkg` so you can export to the world should have been used instead.
Very very old Rust had "crate files" which were this https://github.com/rust-lang/rust/blob/a8eeec1dbd7e06bc811e5...
.rc standing for "rust crate"
There's pros and cons here. I'm of two minds.
-
A surprising enum size optimization in the Rust compiler
Many years ago I think, here: https://github.com/rust-lang/rust/issues/46213. (Found this via https://lobste.rs/s/w3jjb2/surprising_enum_size_optimization...)
- Rustc Implements "Super Let"
What are some alternatives?
nala
carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
pacstall - An AUR-inspired package manager for Ubuntu
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Odin - Odin Programming Language
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).