🦞🌯 Lobster Roll

Thread

Fully Automated Releases for Rust Projects (blog.orhun.dev)

Stories related to "Fully Automated Releases for Rust Projects" across the full archive.

Fully Automated Releases for Rust Projects (blog.orhun.dev)
Fully-Featured FM Synthesizer in the Browser made with Rust, Web Audio, and SIMD WebAssembly (notes.ameo.design)
I wrote a blog post going over the technical details of both FM synthesis as well as the process of building the synth by compiling Rust to WebAssembly and running it performantly in the browser via Web Audio: https://cprimozic.net/blog/fm-synth-rust-wasm-simd/ Full source code: https://github.co...
An Ecosystem of libraries and tools for writing and executing extremely fast GPU code fully in Rust (github.com)
Automated REST Api for PostgreSQL/SQLite/Clickhouse (in Rust) (github.com)
Fully generic recursion in Rust (recursion.wtf)
A hybrid approach to semi-automated Rust verification (arxiv.org)
Fully Dynamically Linked Rust Binary: An Experiment (kxxt.dev)
Inside ScyllaDB Rust Driver 1.0: A Fully Async Shard-Aware CQL Driver Using Tokio (scylladb.com)
The GCC compiler backend can now fully bootstrap the Rust compiler (old.reddit.com)
rust-dlopen: A dynamic linker fully implemented in Rust (github.com)
Rust (1): Primer (winningraceconditions.blogspot.co.uk)
Rust: Function and Object Types (smallcultfollowing.com)
Go and Rust — objects without class (lwn.net)
rustboot: a tiny 32 bit kernel written in Rust (github.com)
rust 0.7 released (github.com)
Philosophy and "for" loops (and their design in Go and Rust) (lwn.net)
Removing Garbage Collection From the Rust Language (pcwalton.github.io)
Booting to Rust (blog.theincredibleholk.org)
A data pipeline built with capnproto-rust and ZeroMQ (dwrensha.github.io)
Using Rust for an Undergraduate OS Course (rust-class.org)
Rust 0.9 Released (mail.mozilla.org)
A 30 minute introduction to Rust (words.steveklabnik.com)
The Periodic Table of Rust Types (cosmic.mearie.org)
Chinese Whispers in Rust (thornydev.blogspot.com)
Destructuring in Rust (pzol.github.io)
File I/O in Rust (blog.safaribooksonline.com)
QuickCheck for Rust (github.com)
Writing an OS in Rust in tiny steps (jvns.ca)
Rust is not fast (cananian.livejournal.com)
C\. Scott Ananian explains some fundamental and other possibly fixable reasons Rust is slow: hidden indirection, unnecessary type-system mandated copying, ownership types, and so on.
Rust vs Go (jaredly.github.io)