Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Commit 678cbb0

Browse files
author
Julio Biason
committed
Adicionado dados do meetup de fevereiro/2019
1 parent a8fe446 commit 678cbb0

File tree

5 files changed

+48
-0
lines changed

5 files changed

+48
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.sw?
2+
public

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/hyde"]
2+
path = themes/hyde
3+
url = https://github.com/getzola/hyde.git

config.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# The URL the site will be built for
2+
base_url = "https://rust-in-poa.github.io"
3+
4+
title = "Rust in POA"
5+
description = "Informações do MeetUp 'Rust in POA'"
6+
default_language = "pt"
7+
8+
# Whether to automatically compile all Sass files in the sass directory
9+
compile_sass = true
10+
11+
# Whether to do syntax highlighting
12+
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
13+
highlight_code = true
14+
15+
# Whether to build a search index to be used later on by a JavaScript library
16+
build_search_index = true
17+
18+
theme = "hyde"
19+
20+
[extra]
21+
# Put all your custom variables here

content/2019-fevereiro.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
+++
2+
title = "MeetUp de Fevereiro/2019"
3+
date = 2019-02-14
4+
+++
5+
6+
No encontro de Feveiro, tivemos a apresentação
7+
[O Que Rust Tem de Legal](https://presentations.juliobiason.net/rust-legal.html#/).
8+
9+
Também foram mostrados alguns artigos sobre Rust:
10+
11+
- [Custom Exit Status Codes with ? in main](https://www.joshmcguigan.com/blog/custom-exit-status-codes-rust/)
12+
- [Learning Rust in 2019](https://www.ragona.com/posts/learning_rust_2019)
13+
- [Currying in Rust](https://hashnode.com/post/currying-in-rust-cjpfb0i2z00cm56s2aideuo4z)
14+
- [Why Writing a Linked List in (safe) Rust is So Damned Hard](https://rcoh.me/posts/rust-linked-list-basically-impossible/)
15+
16+
E as bibliotecas:
17+
18+
- [Exemplo do ConfigOpt](https://gitlab.gnome.org/federico/rsvg-bench/blob/master/src/main.rs#L27)
19+
- [Clap](https://github.com/clap-rs/clap)
20+
- [Crossbeam](https://github.com/crossbeam-rs/crossbeam)
21+
- [Log_Derive](https://docs.rs/log-derive/0.2.4/log_derive/)

themes/hyde

Submodule hyde added at b38613e

0 commit comments

Comments
 (0)