This repository was archived by the owner on Aug 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +48
-0
lines changed Expand file tree Collapse file tree 5 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ * .sw ?
2
+ public
Original file line number Diff line number Diff line change
1
+ [submodule "themes/hyde "]
2
+ path = themes/hyde
3
+ url = https://github.com/getzola/hyde.git
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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/ )
You can’t perform that action at this time.
0 commit comments