Stack, Heap, Ownership,No GC in Rust
Rust’s central feature is ownership. Although the feature is straightforward to explain, it has deep implications for the rest of the language. (more…)
Read more »Greetings!
Today I’m happy to announce a new era in Tor implementation.
Over the past year or so, we’ve been working on “Arti”, a project to rewrite Tor in Rust. Thanks to funding from Zcash Open Major Grants (ZOMG), we can finally put the Arti project up… Read more