sonet-rs

Crates.iosonet-rs
lib.rssonet-rs
version1.0.0
sourcesrc
created_at2022-01-06 01:04:11.571639
updated_at2022-01-06 04:24:34.455366
descriptionLightweight TCP Communication Library
homepage
repositoryhttps://github.com/dolphin2410/sonet-rs
max_upload_size
id508750
size40,721
dolphin2410 (dolphin2410)

documentation

README

sonet-rs

Lightweight TCP Communication Library

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

Commit count: 30

cargo fmt