/sonet-rs

Sonet in Rust

Primary LanguageRustApache License 2.0Apache-2.0

sonet-rs

Lightweight TCP Communication Library

img

Introduction

Made compatible with the sonet library, this project aims to run on systems without any third party software like the JVM.

Warning

  • Being one of my earliest network-related rust project, it might somewhat be unsecure.
  • This project is currently under development and is unstable. Please contribute or file an issue in order to help this project.

Documentation

Documentation can be found here

Usage

# Cargo.toml

[dependencies]
sonet-rs = "1.0.0"

License

Licensed under the Apache 2.0 License