| Crates.io | iscp-rs |
| lib.rs | iscp-rs |
| version | 1.0.1 |
| created_at | 2022-11-16 10:50:52.199839+00 |
| updated_at | 2025-05-07 00:23:15.944482+00 |
| description | iSCPv2 Client Library |
| homepage | |
| repository | https://github.com/aptpod/iscp-rs/ |
| max_upload_size | |
| id | 716280 |
| size | 5,905,756 |
iSCPv2 Client Library
Add this dependency to your Cargo.toml:
iscp-rs = "1"
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.