Our great sponsors
-
Don't think there's a way to do this since my searches only turned out this open GitHub issue that hasn't received any comments for nearly two years, but is there a way to build and test using different cargo config files?
-
Has anyone used https://github.com/microsoft/mimalloc as a drop in replacement of malloc? Were there any perf improvements?
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
Longer version: A current project is a rust-native version of GDBM. Like low-level database formats or kernel filesystems, `gdbm-rs` must interpret a C data structure based on runtime conditions (32 bit or 64 bit, little endian or big endian).
-
unescape-rs
"Unescapes" strings with escape sequences written with literal characters and converts it into a properly escaped one.
I get complaints of malformed json (which I've verified using an online JSON validator). I can make it work if I use the unmaintained unescape crate, which I'd rather not do.
-
It uses the mdBook tool, which is built in Rust.
-
csv_log_cleaner
Clean CSV files to conform to a type schema by streaming them through small memory buffers using multiple threads and logging data loss.
Hi. I'm new to Rust. I've written up a little opensource tool to clean CSV files as a practical learning exercise that will help me with my job: https://github.com/ambidextrous/csv_cleaner Where would be a good place to post it for code review?
-
Self-advertisement: it seems like https://github.com/anixe/doku might help!
-
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.
-
Rust’s standard library is relatively small by design and doesn’t contain any tools for numeric integration. However, you can probably find a crate on crates.io that does what you need. A quick search suggests Peroxide.
-
I'm trying to get the ESP8266-HAL up and running. I've worked my way through a bunch of problems, but I'm currently stuck with the following error when trying to run an example using: cargo +esp espflash --release --example blinky COM3:
-
The source code is hosted here: https://gitlab.com/boreec/snake
Related posts
- Improving Rust compile times to enable adoption of memory safety
- [Code review request] What would you do differently in my security-related Rust projects?
- How do I go about designing a CLI for which others can write extensions?
- What is a FOSS which is needed but doesn't exist yet/needs contributers?
- Firn - a static site generator for org-mode