Mentions légales du service

Skip to content
Snippets Groups Projects
user avatar
WILLIAMS Harvey authored
9c7ca29a
History

rust-networking-examples

Are you...

  • A new PhD student/engineer who is a beginner with the language.
  • Someone unfamiliar with the libraries available for writing distributed rust programs.
  • A person who just wants to build a distributed application that supports basic networking with minimal fuss.

This repository might be helpful for you!

Structure

/ Rust library containing the Network interface, nothing else.

/examples/ Examples implementing the Network interface using different methods for transport.

Prerequisites

  • Some basic understanding of writing async rust code. Alhough you can opt to write your application code in a synchronous manner, we opt to use it here to handle events.

  • A familiarity with the actor model/pattern of writing async code.