-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
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.
-
-
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?
-
Hey Rustaceans! Got a question? Ask here (49/2023)!
-
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?