dnf
crates.io
Our great sponsors
dnf | crates.io | |
---|---|---|
13 | 605 | |
1,099 | 2,477 | |
1.2% | 1.3% | |
6.0 | 9.9 | |
8 days ago | 3 days ago | |
Python | Rust | |
GNU General Public License v3.0 only | 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.
dnf
-
Ask HN: What Next After Ubuntu?
https://github.com/rpm-software-management/dnf/pull/1879
However its o my going to work on rhel 10 or anything that has very very up to date DNF version.
- Who can explain to us more?
-
Fedora 39 Looks To Use DNF5 By Default For Better Performance & Improved User Experience
I'm not sure, I'm not a dnf developer. It was implemented in C++, so it would probably have to be done differently in version 4. I belive dnf development is focused on version 5 right now, so adding features to version 4 is probably not a high priority. It would be nice to see it in version 4 so it could be added to current versions of RHEL and Fedora, but time is a finite resource. Perhaps you could implement and send a pull request, or at least file a bug to discuss it upstream?
-
What do you think of DNF?
dnf uses python only for command line functionality. Its core part, libdnf, is written in C++. However yes, dnf in my experience is still significantly slower than apt and pacman.
- What is the best distro for gaming on linux?
-
Python finally offloads some batteries
Lots of people use python apps and not know about it. I don't get where the idea that it's complicated comes from. You run them the same way as everything else. For example if you use anything redhat-based you're running a python app (https://github.com/rpm-software-management/dnf). If you're running any desktop environment, you're likely using at least one python app or something with python scripting embedded.
-
Interesting: DNF has recently gained "Vendor Pinning" almost like on Zypper/openSUSE
dnf: https://github.com/rpm-software-management/dnf/pull/1602
-
Chocolatey
dnf for Fedora and Redhat Linux.
crates.io
-
Download numbers on crates.io too high?
Hey I published my first crate on crates.io and it tells me that 45 people downloaded it. That's hard to believe. Is it a known fact that the download numbers are higher because of any reasons (for example bots even though I don't see how that makes sense) or should I just be happy that people are using it? Im not sure how 45 people should even know about this crate. Thanks!
-
Another Adaptive Radix Tree implementation.
Haven't done a release yet to crates.io, but will consider it at some point once I have a few more things nailed down.
-
Rust: The wrong people are resigning
Having worked with bazel (the public version of Google's build system). You can make any build hermetic, but sometimes it's a case of how much effort you have to put in. And yes, crates.io dependencies which use build.rs can be (though not always are) a real make to make hermetic.
-
Hey Rustaceans! Got a question? Ask here (22/2023)!
Developing the compiler? Maintaining crates.io? Helping organizing conferences? Helping users on the official forums? ...? All things have value, but there is no one-fits-all answer how to start.
-
What are the unique benefits of Rust over C++?
Standardized documentation for all libraries in ecosystem. You can just open almost any decent crate in crates.io and you would know where to look for examples and such.
You can also configure where the dependency is pulled from. By default, it gets pulled from crates.io central registry. You can also pull specific commit from specific repository, or even from local folder.
-
Anonymous enums would be so good
Here's something I came up with quickly. https://github.com/TukanoiddExperiments/variant_common_data. It's not perfect, can be improved a lot (feedback & PRs always welcome! I intend to use this crate myself in the future, since I've had to deal with this issue quite a few times). For now, it's gonna stay in my sandbox workspace before it's ready for 0.1.0 crates.io release. Also, I'm very bad at naming, so ideas on that front are also welcome! I already have some ideas regarding additional features and error handling improvements, but I'd like to hear other peoples thoughts on what I should use/switch to for better compile times, I don't write proc macros very often, so my knowledge on the proc macro crate ecosystem/idiomatic way to parse things/etc might be outdated.
-
Looking for high level GPU computing crate
I've been looking for such a crate on crates.io but all I could find was the arrayfire and Rustacuda crates. Arrayfire seems out of the question for me because I have a function that is meant to be executed on all threads of the GPU, each execution of the function on a GPU thread returns a simple struct of 3 floats. Rustacuda is kind of what I'm looking for but unfortunately it only supports calling C Cuda external functions and does not support calling Rust functions you created.
-
I created an LSP server for Circom, a zkSNARK DSL
I've finally released my first crate to crates.io.
-
Solving the "floating point precision" problem with... floats?
Published to crates.io here https://crates.io/crates/safe_decimal but please - it's not a crate ready to be used in production.
What are some alternatives?
docs.rs - crates.io documentation generator
plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
Cargo - The Rust package manager
gtk4-rs - Rust bindings of GTK 4
trunk - Build, bundle & ship your Rust WASM application to the web.
Rocket - A web framework for Rust.
embassy - Modern embedded framework, using Rust and async.
cargo-crev - A cryptographically verifiable code review system for the cargo (Rust) package manager.
rust - Empowering everyone to build reliable and efficient software.
book - The Rust Programming Language
rfcs - RFCs for changes to Rust
dnfdragora - dnfdragora is a dnf frontend based on libyui abstraction