Overview
News
Technologies
Salaries
Products
People
Growth
Financials
Overview
Skip to primary navigation Skip to content Skip to footer shift.click About All Posts Blog Codelets Tags My Crates Old Website Thom Chiovoloni About Twitter GitHub Email I'm Thom Chiovoloni. Currently, I'm available for work.
News
I wish #non_exhaustive worked with struct update syntax
It's pretty annoying that in Rust, #non_exhaustive structs don't support "struct update" / "functional record update" syntax (the syntax that powers Stuff { a: b, c: d, ..blah }).
Read more
Report
Why is there no realloc that takes the number of bytes to copy?
I'd like a variant of realloc that takes the number of bytes that should be copied, in the case a copy is needed.
Read more
Report
Allocator trait 1: Let's talk about the Allocator trait
There are… several things I find wanting about the current version of the core::alloc::Allocator trait (as of 2023-08-06). I'm going to do a short series where I post about some of the bigger issues, and explore the different tradeoffs and design choices
Read more
Report
Allocator in core::alloc - Rust
An implementation of Allocator can allocate, grow, shrink, and deallocate arbitrary blocks of data described via Layout.
Read more
Report
Miri Feature Wishlist
Miri is an evaluator for rust that detects many kinds of undefined behavior. Here are some things it could (possibly) do that would catch bugs I've had/seen before.
Read more
Report
Pro access
Upgrade to see all 11 mentions
Upgrade to a paid plan to read every media mention of this company - funding news, awards, product launches and press releases from all the outlets writing about it.
Every media mention and press release
Funding news, awards and product launches
Fresh coverage from every outlet writing about the company
Upgrade now
Cancel anytime. Secure checkout. Instant activation.
