From bba7b37a700476a3269c16006cea298a8789bc61 Mon Sep 17 00:00:00 2001 From: Andrew Hobden Date: Wed, 10 May 2017 11:37:55 +0200 Subject: [PATCH] Fix rebase --- courses/english.html | 82 -------------------------------------------- courses/english.md | 70 ------------------------------------- 2 files changed, 152 deletions(-) delete mode 100644 courses/english.html delete mode 100644 courses/english.md diff --git a/courses/english.html b/courses/english.html deleted file mode 100644 index 69a802f..0000000 --- a/courses/english.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - -

First implementation task: redisish

- -

Second implementation: connected mailbox

- -

Third implementation: connected mailbox with threads

- -

Forth implementation: simple bindings to leveldb-sys

- -

Fifth implementation: embedding of a simple dylib in your favorite language.

- -

Optional implementation: connected Mailbox with Tokio.

- -

===

-

Unfinished and Junk

- - - diff --git a/courses/english.md b/courses/english.md deleted file mode 100644 index 1c29f41..0000000 --- a/courses/english.md +++ /dev/null @@ -1,70 +0,0 @@ -* [Start page](../presentation/index.html?locale=en-US) -* [Overview](../presentation/index.html?chapter=overview&locale=en-US) - -* [Installation](../presentation/index.html?chapter=installation&locale=en-US) -* [Mutability](../presentation/index.html?chapter=mutability&locale=en-US) -* [Basic types](../presentation/index.html?chapter=basic-types&locale=en-US) -* [Data structures](../presentation/index.html?chapter=data-structures&locale=en-US) -* [Functions](../presentation/index.html?chapter=functions&locale=en-US) -* [Basic Generics](../presentation/index.html?chapter=generics-basics&locale=en-US) -* [Match](../presentation/index.html?chapter=match&locale=en-US) -* [Ownership](../presentation/index.html?chapter=ownership&locale=en-US) -* [Borrowing](../presentation/index.html?chapter=borrowing&locale=en-US) -* [Stack and Heap](../presentation/index.html?chapter=stack-and-heap&locale=en-US) -* [Strings](../presentation/index.html?chapter=strings&locale=en-US) -* [Error handling](../presentation/index.html?chapter=error-handling&locale=en-US) -* [Iterators](../presentation/index.html?chapter=iterators&locale=en-US) -* [Small helpers](../presentation/index.html?chapter=little-helpers&locale=en-US) - -First implementation task: redisish - -* [Cargo in Detail](../presentation/index.html?chapter=cargo&locale=en-US) -* [Traits](../presentation/index.html?chapter=traits&locale=en-US) -* [Dynamic Dispatch](../presentation/index.html?chapter=dynamic-dispatch&locale=en-US) -* [Advanced Generics](../presentation/index.html?chapter=advanced-generics-bounds&locale=en-US) -* [Conversions](../presentation/index.html?chapter=conversion-patterns&locale=en-US) -* [Closures](../presentation/index.html?chapter=closures&locale=en-US) -* [Deref](../presentation/index.html?chapter=deref-coersions&locale=en-US) -* [Drop, Panic, Abort](../presentation/index.html?chapter=drop-panic-abort&locale=en-US) -* [Lifetimes](../presentation/index.html?chapter=lifetimes&locale=en-US) -* [Smart Pointer](../presentation/index.html?chapter=smart-pointers&locale=en-US) -* [Imports, Modules, Visibility](../presentation/index.html?chapter=imports-modules-and-visibility&locale=en-US) -* [Crates](../presentation/index.html?chapter=crates&locale=en-US) -* [Testing](../presentation/index.html?chapter=testing&locale=en-US) -* [libcore and libstd](../presentation/index.html?chapter=libcore-and-libstd&locale=en-US) -* [The stdlib](../presentation/index.html?chapter=std-lib-tour&locale=en-US) -* [Iterators again](../presentation/index.html?chapter=iterators-again&locale=en-US) - -Second implementation: connected mailbox - -* [Send and Sync](../presentation/index.html?chapter=send-and-sync&locale=en-US) - -Third implementation: connected mailbox with threads - -* [Documentation](../presentation/index.html?chapter=documentation&locale=en-US) -* [Memory considerations](../presentation/index.html?chapter=memory-considerations&locale=en-US) -* [Overview of embedded development](../presentation/index.html?chapter=embedded&locale=en-US) -* [unsafe](../presentation/index.html?chapter=unsafe&locale=en-US) -* [FFI](../presentation/index.html?chapter=ffi&locale=en-US) - -Forth implementation: simple bindings to leveldb-sys - -* [Dynamic and static libraries](../presentation/index.html?chapter=dynamic-and-static-libs&locale=en-US) - -Fifth implementation: embedding of a simple dylib in your favorite language. - -* [Effective Rust](../presentation/index.html?chapter=effective-rust&locale=en-US) -* [Working with Nightly](../presentation/index.html?chapter=working-with-nightly&locale=en-US) -* [Futures and Tokio](../presentation/index.html?chapter=futures-and-tokio&locale=en-US) - -Optional implementation: connected Mailbox with Tokio. - -* [Community-Overview](../presentation/index.html?chapter=community-map&locale=en-US) - -=== - -Unfinished and Junk - -* [Standard types](../presentation/index.html?chapter=standard-types&locale=en-US) -* [WebAssembly](../presentation/index.html?chapter=wasm&locale=en-US) -* [Inner Mutability](../presentation/index.html?chapter=inner-mutability&locale=en-US)