In Rust, data types - primitives, structs, enums and any other ‘aggregate’
types like tuples and arrays - are dumb. They may have methods but that
is just a convenience (they are just functions). Types have no
relationship with each other. (more…)
Read more »
I have been learning Rust in my spare time. It has a very steep learning curve, but in return you get to use an elegant, fast, and safe prog... (more…)
Read more »
These are videos from "Rust Overlaps: where Rust isn't essential but is a key enabler", which was a session of Rust Edinburgh (https://www.meetup.com/rust-ed... (more…)
Read more »
Structure-aware, in-process, coverage-guided, evolutionary fuzzing engine for Rust functions. - loiclec/fuzzcheck-rs... (more…)
Read more »