Rust at Fullstory

At FullStory we’re using Rust for core parts of our cross-platform mobile framework. In this two-part blog post we’ll talk about our experience. Read more

Similar

Type Erasure in Rust

Rust traits have the neat property where you can use them either as generic bounds or as dynamic dispatch, with the &dyn MyTrait syntax. The latter is necessary in heterogeneous scenarios, where you want to use multiple concrete types together that al... (more…)

Read more »

macOS Apps in Rust

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working! - GitHub - ryanmcgrath/cacao: Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working! (more…)

Read more »