diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -19,6 +19,45 @@ title: The Copenhagen Rust Group <p>We organize events, meetups and hackathons, so stay tuned on this site for future events!</p> <h2>Upcoming events</h2> + <article class="event"> + <div class="event-date"> + <p class="event-month">May</p> + <p class="event-day">25</p> + <p class="event-year">2018</p> + </div> + <div class="event-desc"> + <h3 class="event-desc-header"> + <code>We're back! And it's fuzzy!</code> + </h3> + + <dl class="dl-horizontal"> + <dt>Where</dt> + <dd>Jobindex, Holger Danskes Vej 91, Frederiksberg</dd> + + <dt>When</dt> + <dd>18:00—22:00</dd> + </dl> + + <p>After a long hiatus, we are starting up again with Rust hack nights. + Our first meeting of 2018 will feature a presentation titled <b>Rust and + Fuzz Testing</b>, delivered by the good folks at <a + href="https://seasoned.software" + target="_blank">Seasoned.Software</a>:</p> + + <p><blockquote style="font-style: italic">At <a href="https://seasoned.software" + target="_blank">Seasoned.Software</a> we build a CI platform that + uses fuzz testing to improve the quality of your software projects. We + love Rust and we use it for most of our platform, and we support Rust + projects as first class citizens. We will give a brief presentation on + how Rust helped us build our platform, which problems we have + encountered so far, and how we solved them. Afterwards we will explain + why you should fuzz test your own projects and show how to set up fuzz + testing for your own Rust projects.</blockquote></p> + + <p>The presentation is expected to start around 19:00, but you are + welcome to get in early from 18:00.</p> + </div> + </article> </div> <div class="col-md-5"> |