@@ -6,15 +6,28 @@ use rand::seq::SliceRandom;
6
6
pub fn SloganButton ( ) -> impl IntoView {
7
7
let slogans = [
8
8
"Una comunidad de gente mal intencionada y tonta." ,
9
+ "Rust the lang, not the game" ,
10
+ "impl Rust for You {}" ,
11
+ "También disponible en Steam" ,
12
+ "Rayo Taurinizador" ,
13
+ "A wild turbofish appears!" ,
14
+ "Failure is not an Option<T>, it's a Result<T, E>" ,
9
15
"9 de cada 10 Go dev's lo recomiendan" ,
16
+ "Programmer::new()" ,
10
17
"Acá le pegamos a la rústica bien recio" ,
18
+ "Making the world ⚡ Blazing Fast ⚡ 🚀" ,
19
+ "Rewrite it in Rust!" ,
11
20
"⚡Blazingly fast⚡ 🚀 Super fast 🔥 pero ahora en español!" ,
12
21
"Si te falla va ser de forma segura 😉" ,
22
+ "In Rust, We Trust" ,
23
+ "#![forbid(go)]" ,
13
24
"Furrificando..." ,
25
+ "Dumb pointer != Smart pointer" ,
14
26
"(*rust)malloc(sizeof(c))" ,
15
27
"Dumb Pointer != Smart Pointer" ,
16
28
"std::mem::transmute::<Go, Rust>(developer)" ,
17
29
"In Rust, We Trust" ,
30
+ "C++ pero seguro" ,
18
31
"Rust es el nuevo C" ,
19
32
"Clippy >>>>>>>>>> ESLint!" ,
20
33
"Null Sucks" ,
0 commit comments