Our great sponsors
-
nodo
Pre-emptively created repository so the design can be discussed on the issue tracker before commits are made (repo name may change)
(The repo is here if you want to subscribe for notification of updates when I get back to it.)
-
Maybe Cross is something to consider? I don't know how much of a sandbox it is, but it runs Cargo inside a Docker container. It has the same CLI as Cargo, you just have to write cross instead of cargo in the terminal.
-
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.
-
The crates.io people seriously need to just block crate names that are within a tiny string distance of each other. There's no need for "num_cpu" and "num_cpus" to both be valid names. It's been years, and we've seen these problems for years in other package repositories.
Related posts
- I just compiled my library to RISC-V, which (the library) was developed on an arm64 computer and depended on libraries built for X86. With ZERO setup! Cargo is cool!
- Cross v0.2.2 Released
- Is there a cross-compilation tutorial from MacOs to linux?
- Creating a temperature calculator with TravisCI, CDK,Rust, and AWS Lambda/Function URLs
- Same target with multiple target-cpus