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
- Host: GitHub
- URL: https://github.com/phsym/rust-sctp
- Owner: phsym
- License: mit
- Created: 2015-07-28T14:28:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T15:41:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T03:58:27.584Z (over 1 year ago)
- Language: Rust
- Homepage: http://phsym.github.io/rust-sctp
- Size: 1.38 MB
- Stars: 21
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/phsym/rust-sctp)
[](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