iscp-rs 1.0.1

iSCPv2 Client Library
docs.rs failed to build iscp-rs-1.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: iscp-rs-0.11.0

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.