Skip to content
/ iscp-rs Public

iSCP client library for Rust. iSCP (intdash Stream Control Protocol) is an L7 network protocol authored by aptpod, Inc.

License

Notifications You must be signed in to change notification settings

aptpod/iscp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSCP-rs

iSCPv2 Client Library

Installation

Add this dependency to your Cargo.toml:

iscp-rs = "1"

Detailed Documentation

Crate Features

  • gen: Regenerates protobuf messages for using the latest protobuf version.

  • unstable-webtransport: Enables experimental WebTransport support. To use this feature, add the following to your Cargo.toml:

    iscp-rs = { version = "1", features = ["unstable-webtransport"] }

    This feature adds WebTransport as an alternative transport protocol alongside WebSockets. Note that this is an experimental feature and may change in future releases.

About

iSCP client library for Rust. iSCP (intdash Stream Control Protocol) is an L7 network protocol authored by aptpod, Inc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages