An open API service indexing awesome lists of open source software.

https://github.com/phsym/rust-sctp

High level SCTP networking library for Rust
https://github.com/phsym/rust-sctp

Last synced: about 1 year ago
JSON representation

High level SCTP networking library for Rust

Awesome Lists containing this project

README

          

![License](http://img.shields.io/badge/license-MIT-lightgrey.svg)
[![Build Status](https://travis-ci.org/phsym/rust-sctp.svg)](https://travis-ci.org/phsym/rust-sctp)
[![Crates.io](https://img.shields.io/crates/v/rust-sctp.svg)](https://crates.io/crates/rust-sctp)

# rust-sctp

[Documentation](http://phsym.github.io/rust-sctp)

SCTP networking library for Rust

# How to build

`rust-sctp` relies on the [sctp-sys](https://crates.io/crates/sctp-sys) crate. Please have a look at [sctp-sys: How to build](https://github.com/phsym/sctp-sys#how-to-build).

> **WARNING:** Windows support is currently broken and unmaintained as SctpDrv is not working on modern windows platforms