Our great sponsors
-
I think this is a convenience function made possible by https://github.com/rust-lang/rust/pull/93965/, which was merged in Rust 1.61; previously compiling stdout().lock() was not possible.
-
Can you google it please? I'm on mobile. A quick search turned this up, which should lead you in the right direction: https://github.com/rust-lang/cargo/issues/5657
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
There's not much to say about the company just yet, but I'll note that all of our code is open source and the main project itself that we develop and that does most of the magic lives under the Linux Foundation's Confidential Computing Consortium, it's called Enarx: https://enarx.dev/ . TL;DR: use fancy new CPU features to run workloads in the cloud where both the program itself and all the data it processes are hidden from the cloud provider.
-
Here's our implementations for the Deref and DerefMut macros that work exactly as you plan: https://github.com/bevyengine/bevy/blob/f16768d868bebf4c6ed53c23e06ac21d5ad1a7e8/crates/bevy_derive/src/derefs.rs
-
Yesss! This release finally lets David Tolnay's inventory crate live again as v0.3! 🙌🏻
-
Related posts
- 🦀 browser extension to explore rust cargo dependencies on GitHub repos
- How does Bevy's automatic implementation of the Component Trait works?
- Bevy 0.8: data driven game engine built in Rust
- Bevy 0.8: data oriented game engine built in Rust
- My game, Thetawave, made with Rust, is now playable in the browser on itch.io!