carnet | moveit | |
---|---|---|
7 | 2 | |
78 | 166 | |
- | - | |
1.0 | 3.3 | |
over 3 years ago | over 1 year ago | |
Shell | Rust | |
- | Apache License 2.0 |
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.
carnet
-
C Isn't A Programming Language Anymore - Faultlore
These kinds of problems affect all software in all programming languages. At the end of the day, you have to have your build process and testing sandboxed if you can't afford to review every dependency update. Companies who have strict policies about this can host their own internal Crates.io mirror so internal projects can only rely on audited crates. For Rust, Carnet is a wrapper for Cargo which sandboxes builds with bubblewrap on Linux.
-
todo-or-die!
(Shameless plug) I wrote carnet exactly for this reason. It's a small bash script that isolates cargo using namespaces/cgroups. It can't normalize system time (yet?) but I always use it when I work with Rust.
- Carnet: A tool for sandboxing Rust's cargo and buildscripts
- Carnet: A Tool for Sandboxing Cargo and Buildscripts
- كارنيه: أداة لتطبيق إجراءات أمنية مشددة على مدير حزم رست
moveit
-
C Isn't A Programming Language Anymore - Faultlore
You can also see https://github.com/google/moveit as a crate for solving problems like this right now, with this conference talk from the author.
-
Pinning in Plain English
There's actually a direct mention of that in my post already, but it's all the way near the bottom in the "Weakening non-moveability" section. It probably goes a bit too far to link in the intro, so I inlined a quick definition as relative clause there instead.
The `moveit` library is interesting also because it would allow pinning containers to expose a wider mutable API, though there's currently no trait to update instances post-move, which would allow `realloc` use. I filed an issue for it about a week ago: https://github.com/google/moveit/issues/26
That still leaves the issue of callback targets though, which would have to be notified before a possible move to support one-step reallocation.
What are some alternatives?
todo_or_die - Write TODOs in code that ensure you actually do them
langs
seed7 - Source code of Seed7
xous-core - The Xous microkernel
bad_actor_poc
rust-template - A project template for setting up new Rust 2021 Edition projects with cargo-make/rustfmt/rust-clippy.
code-it-later-rs - Filter crumbs you left in comments of code to remind where you were
rust-kernel-barebones - A minimal 64-bit rust kernel and a bunch of configuration scripts that can be used to bootstrap Operating system development using Nightly-Rust compiler.