diff --git a/porque-rust.html b/porque-rust.html index aa23575..6d97bc7 100644 --- a/porque-rust.html +++ b/porque-rust.html @@ -201,8 +201,8 @@ - -let a = String::from("hello"); + +a = "hello" @@ -501,7 +501,7 @@ fn main() { -fn main() -> u8 { +fn main() { let a = 2; a = 3; println!("{}", a); @@ -679,6 +679,42 @@ test tests::testing ... ok + + E Quem Usa Rust? + + + Microsoft + Google + AWS + Cloudflare + Discord + Facebook + Sentry + Atlassian + Dropbox + + + + + E Quem Usa Rust no Brasil? + + + Terramagna + iFood + Nubank? + + + + + E Quem usa Rust? + + + ... e outras 131 empresas oficialmente. + + + ... e mais algumas extra-oficialmente. + + E agora?
-let a = String::from("hello"); + +a = "hello"
+a = "hello"
-fn main() -> u8 { +fn main() { let a = 2; a = 3; println!("{}", a); @@ -679,6 +679,42 @@ test tests::testing ... ok
+ ... e outras 131 empresas oficialmente. +
... e mais algumas extra-oficialmente.