Skip to content

dolphin2410-archive/sonet-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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