From 4e7d4c0dc5533c4c789d36ee309d2efbae93cf7f Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 18 Dec 2020 18:27:11 +0100 Subject: [PATCH] In the beginning there was... .. not much but the default and the beamer template. --- .gitignore | 2 ++ rust_web.org | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 rust_web.org diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d5fc57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/rust_web.pdf +/rust_web.tex diff --git a/rust_web.org b/rust_web.org new file mode 100644 index 0000000..7a09c97 --- /dev/null +++ b/rust_web.org @@ -0,0 +1,31 @@ +#+OPTIONS: ':nil *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline +#+OPTIONS: author:t broken-links:nil c:nil creator:nil +#+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:t +#+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t +#+OPTIONS: timestamp:t title:t toc:t todo:t |:t +#+TITLE: rust, rocket and diesel +#+SUBTITLE: web apps with rust +#+DESCRIPTION: An introduction to rust, rocket and diesel. +#+KEYWORDS: rust rocket diesel +#+DATE: <2020-12-18 Fri> +#+AUTHOR: \href{rocket-presentation@onders.org}{finga} +#+EMAIL: rocket-presentation@onders.org +#+LANGUAGE: en +#+SELECT_TAGS: export +#+EXCLUDE_TAGS: noexport +#+CREATOR: Emacs 26.1 (Org mode 9.1.9) + +#+OPTIONS: H:2 +#+LATEX_CLASS: beamer +#+LATEX_CLASS_OPTIONS: [aspectration=1610] +#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) +#+BEAMER_THEME: Frankfurt +#+BEAMER_COLOR_THEME: seagull +#+BEAMER_FONT_THEME: +#+BEAMER_INNER_THEME: +#+BEAMER_OUTER_THEME: +#+BEAMER_HEADER: \institute[INST]{\href{https://cccsbg.at}{cccsbg}} + +* Rust + +** What is Rust?