Rust trainer, maintainer, developer, community organiser and entrepreneur. Currently Florian Gilcher is bringing Rust to functional safety environments, such as cars and avionics.
Talks I've Given
-
Getting started with CLI programs in Rust
Featuring Florian Gilcher
Rust is generally seen as an alternative to C and C++. But it is also gaining popularity for writing simple CLI programs, as a little stricter, faster and more easily distributable alternative to Python and Ruby. This is not only because CLI programming is in itself approachable, but also because...
cli-programs cli open-source linux rust -
Useful Rust
Featuring Florian Gilcher
The Rust programming language is a new systems programming language from Mozilla. It is intended to bring safer programming practices to low-level programing languages without giving up the control that is necessary on this level. Rust has a type system revolving around mutability, ownership, and...
rust programming-languages mozilla concurrency mutability concurrent-programming