Our great sponsors
-
However since 4179 recent versions should merge configuration files. Not sure what the details / specifics are but if just ignoring the file entirely is not good enough you might give it its own directory and rustfmt.toml file and see if that works.
-
There's some latency involved, but we have this week in rust for this exact reason. Also feel free to discuss the news on the comments page.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
See: https://github.com/rust-lang/rfcs/issues/3438
-
Anyway, fortunately, Rust bindings for Reaper's C++ API exist https://github.com/helgoboss/reaper-rs
-
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.
-
dll-syringe crate helped immensely with interfacing.
-
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
Do you mean what framework to use to build a web server in Rust? If yes, it seems like most people use actix-web or axum; both have examples to help you get started.
-
I ended up using the linkme crate to solve this problem. I've written down more details here
-
I have a question on UnsafeCell usage that popped up while implementing io_uring support for aquatic_udp. I find the docs slightly confusing (in particular the part that I've marked in bold):
Related posts
- What are some common disadvantages with the Rust language/ecosystem?
- Is rustfmt abandoned? Will it ever format `let ... else` syntax?
- Do you use relative toolchain paths with rustup? Let us know!
- Which backend framework should be chosen for beginner?
- Our official website recommends Rocket for serving HTTP