From a3f0e8ea0ddc19fe6f1aeb62de01f1821208c8fe Mon Sep 17 00:00:00 2001 From: Vanja Cosic <1070957+vanjacosic@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:15:28 +0200 Subject: Update events.toml --- events.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/events.toml b/events.toml index b58e432..cd2f176 100644 --- a/events.toml +++ b/events.toml @@ -1,4 +1,37 @@ [[upcoming]] +title = "Meetup #46" +date = 2024-04-25 18:00:00+01:00 +venue = "Nine A/S" +address = "Kongens Nytorv 18, 1050 København" +url = "" +content = """ +TBA +""" + +[[upcoming]] +title = "Hacknight #4" +date = 2024-04-16 17:00:00+01:00 +venue = "KEA" +address = "Guldbergsgade 29N" +url = "https://www.meetup.com/copenhagen-rust-community/events/300369805/" +content = """ +

We are excited to welcome you to Rust Hack Night #4 at KEA.

+

Tonight the common theme is macros!();

+

Come and level up by bringing your pet project, or get inspired to solve a tutorial task for implementing proc macros: Derive macros, function-like macros, attribute macros. Or be a rebel and make your own thing void of macro use!

+

You may draw inspiration from:

+

https://doc.rust-lang.org/book/ch19-06-macros.html
+https://github.com/dtolnay/proc-macro-workshop

+

#[derive(Schedule)]
+17:00 - 17:10: begin!();
+17:10 - 21:15: hack!();
+21:15 - 21:: show_and_tell!();
+21:55 - 22:00: end!();

+

While macros assume some familiarity with Rust, feel free to show up and start from where you are comfortable, e.g. by going through the rustlings tutorial.

+

#[must_use]
+We kindly remind you to cancel your RSVP a day before if you can't make it so that others may attend.

+""" + +[[recent]] title = "Meetup #45" date = 2024-03-27 18:00:00+01:00 venue = "Factbird" -- cgit v1.2.3