Completed
Static-compilation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Taking Rust to Production: Lessons Learned from the Habitat Project
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 provides realtime service configuration
- 3 Why Rust?
- 4 This question comes up...
- 5 Code reuse and sharing
- 6 Bonus: CLI tools
- 7 How Habitat Uses Rust
- 8 Use native libraries
- 9 Static-compilation
- 10 Share build outputs and lockfile
- 11 Common versioning
- 12 Crate dependencies
- 13 Dependency strategy: aggressive
- 14 Cross platform codebase
- 15 Onboarding team members
- 16 Rust pain points
- 17 Hint: Cargo workspaces
- 18 Cross platform code paths
- 19 Hint: Continuous Integration
- 20 Rust is too fast?
- 21 Hint: Think about synchronization points