From 2e6a42cacc04d2a97e576192f3c52e26f9524b35 Mon Sep 17 00:00:00 2001 From: Vincent Ferries Date: Tue, 25 Jun 2019 14:47:08 +0000 Subject: [PATCH] add aleksey and his talk --- content/sessions/rust_as_a_high_level_langage.md | 1 - content/speakers/aleksey_kladov.md | 1 - 2 files changed, 2 deletions(-) diff --git a/content/sessions/rust_as_a_high_level_langage.md b/content/sessions/rust_as_a_high_level_langage.md index db6f79d..3f92b9b 100644 --- a/content/sessions/rust_as_a_high_level_langage.md +++ b/content/sessions/rust_as_a_high_level_langage.md @@ -11,7 +11,6 @@ speakers: - aleksey_kladov presentation: videoId: -draft: true --- The singe most important feature of Rust is memory safety. Writing code with performance of C++, at a typical development cost, and with guaranteed absence of certain classes of memory safety related vulnerabilities is something that was not possible before. diff --git a/content/speakers/aleksey_kladov.md b/content/speakers/aleksey_kladov.md index 7f5d8bb..428b609 100644 --- a/content/speakers/aleksey_kladov.md +++ b/content/speakers/aleksey_kladov.md @@ -10,6 +10,5 @@ socials: - icon: github link: https://github.com/matklad name: matklad -draft: true --- @matklad is a Rust developer, who specializes in dev tools and IDEs. He spearheaded [IntelliJ Rust](https://intellij-rust.github.io/) and currently leads the development of [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer).