From 6db530b8bad80131ec1e8801c2572f1b46cb7d8d Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 12 Feb 2021 09:06:18 +0100 Subject: add rust --- template/gsoc.html.j2 | 66 +++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 36 deletions(-) diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2 index 1fdf0b40..6fdc58be 100644 --- a/template/gsoc.html.j2 +++ b/template/gsoc.html.j2 @@ -181,6 +181,36 @@

+
+

Rust templates for GNUnet services

+

+ {% trans %} + The goal is to either build upon the (outdated) GNUnet Rust + bindings or to follow the path of https://github.com/bfix/gnunet-go + which tries to reimplement most of the GNUnet stack. + The end result should be an extension template for GNUnet in the form + of the existing C template + which allows to quickly start implementing services and libraries + for GNUnet. + {% endtrans %} +

+

+ {% trans %} + Mentors: Martin Schanzenbach + {% endtrans %} +

+

+ {% trans %} + Required Skills: Solid knowledge of Rust and ideally asynchronuous IO. + {% endtrans %} +

+

+ {% trans %} + Difficulty level: medium + {% endtrans %} +

+
+