├── 0-speakers_guide.md ├── 1-must.md ├── 2-audience.md ├── 3-ableism.md ├── 3-accessibility.md ├── 4-beginners.md ├── 5-schedule.md ├── 6-travel.md ├── LICENSE ├── Makefile ├── README.md ├── SUMMARY.md ├── book.toml └── docs ├── .nojekyll ├── 0-speakers_guide.html ├── 1-must.html ├── 2-audience.html ├── 3-ableism.html ├── 3-accessibility.html ├── 4-beginners.html ├── 404.html ├── 5-schedule.html ├── 6-travel.html ├── FontAwesome ├── css │ └── font-awesome.css └── fonts │ ├── FontAwesome.ttf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 ├── LICENSE ├── ayu-highlight.css ├── book.js ├── book.toml ├── clipboard.min.js ├── css ├── chrome.css ├── general.css ├── print.css └── variables.css ├── elasticlunr.min.js ├── favicon.png ├── favicon.svg ├── fonts ├── OPEN-SANS-LICENSE.txt ├── SOURCE-CODE-PRO-LICENSE.txt ├── fonts.css ├── open-sans-v17-all-charsets-300.woff2 ├── open-sans-v17-all-charsets-300italic.woff2 ├── open-sans-v17-all-charsets-600.woff2 ├── open-sans-v17-all-charsets-600italic.woff2 ├── open-sans-v17-all-charsets-700.woff2 ├── open-sans-v17-all-charsets-700italic.woff2 ├── open-sans-v17-all-charsets-800.woff2 ├── open-sans-v17-all-charsets-800italic.woff2 ├── open-sans-v17-all-charsets-italic.woff2 ├── open-sans-v17-all-charsets-regular.woff2 └── source-code-pro-v11-all-charsets-500.woff2 ├── highlight.css ├── highlight.js ├── index.html ├── mark.min.js ├── print.html ├── searcher.js ├── searchindex.js ├── searchindex.json └── tomorrow-night.css /0-speakers_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/0-speakers_guide.md -------------------------------------------------------------------------------- /1-must.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/1-must.md -------------------------------------------------------------------------------- /2-audience.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/2-audience.md -------------------------------------------------------------------------------- /3-ableism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/3-ableism.md -------------------------------------------------------------------------------- /3-accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/3-accessibility.md -------------------------------------------------------------------------------- /4-beginners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/4-beginners.md -------------------------------------------------------------------------------- /5-schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/5-schedule.md -------------------------------------------------------------------------------- /6-travel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/6-travel.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /book.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/book.toml -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/.nojekyll -------------------------------------------------------------------------------- /docs/0-speakers_guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/0-speakers_guide.html -------------------------------------------------------------------------------- /docs/1-must.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/1-must.html -------------------------------------------------------------------------------- /docs/2-audience.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/2-audience.html -------------------------------------------------------------------------------- /docs/3-ableism.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/3-ableism.html -------------------------------------------------------------------------------- /docs/3-accessibility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/3-accessibility.html -------------------------------------------------------------------------------- /docs/4-beginners.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/4-beginners.html -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/5-schedule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/5-schedule.html -------------------------------------------------------------------------------- /docs/6-travel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/6-travel.html -------------------------------------------------------------------------------- /docs/FontAwesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/FontAwesome/css/font-awesome.css -------------------------------------------------------------------------------- /docs/FontAwesome/fonts/FontAwesome.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/FontAwesome/fonts/FontAwesome.ttf -------------------------------------------------------------------------------- /docs/FontAwesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/FontAwesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/FontAwesome/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/FontAwesome/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/FontAwesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/FontAwesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/FontAwesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/FontAwesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/FontAwesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/FontAwesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /docs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/LICENSE -------------------------------------------------------------------------------- /docs/ayu-highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/ayu-highlight.css -------------------------------------------------------------------------------- /docs/book.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/book.js -------------------------------------------------------------------------------- /docs/book.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/book.toml -------------------------------------------------------------------------------- /docs/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/clipboard.min.js -------------------------------------------------------------------------------- /docs/css/chrome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/css/chrome.css -------------------------------------------------------------------------------- /docs/css/general.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/css/general.css -------------------------------------------------------------------------------- /docs/css/print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/css/print.css -------------------------------------------------------------------------------- /docs/css/variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/css/variables.css -------------------------------------------------------------------------------- /docs/elasticlunr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/elasticlunr.min.js -------------------------------------------------------------------------------- /docs/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/favicon.png -------------------------------------------------------------------------------- /docs/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/favicon.svg -------------------------------------------------------------------------------- /docs/fonts/OPEN-SANS-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/OPEN-SANS-LICENSE.txt -------------------------------------------------------------------------------- /docs/fonts/SOURCE-CODE-PRO-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/SOURCE-CODE-PRO-LICENSE.txt -------------------------------------------------------------------------------- /docs/fonts/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/fonts.css -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-300.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-300italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-300italic.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-600.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-600.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-600italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-600italic.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-700.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-700italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-700italic.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-800.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-800.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-800italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-800italic.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-italic.woff2 -------------------------------------------------------------------------------- /docs/fonts/open-sans-v17-all-charsets-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/open-sans-v17-all-charsets-regular.woff2 -------------------------------------------------------------------------------- /docs/fonts/source-code-pro-v11-all-charsets-500.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/fonts/source-code-pro-v11-all-charsets-500.woff2 -------------------------------------------------------------------------------- /docs/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/highlight.css -------------------------------------------------------------------------------- /docs/highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/highlight.js -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/mark.min.js -------------------------------------------------------------------------------- /docs/print.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/print.html -------------------------------------------------------------------------------- /docs/searcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/searcher.js -------------------------------------------------------------------------------- /docs/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/searchindex.js -------------------------------------------------------------------------------- /docs/searchindex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/searchindex.json -------------------------------------------------------------------------------- /docs/tomorrow-night.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RustFestEU/speakers-guide/HEAD/docs/tomorrow-night.css --------------------------------------------------------------------------------