docs.rs failed to build rong_stream-0.3.0
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.
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:
rong_stream-0.1.1
rong_stream
Web Streams API implementation providing globally available streaming primitives.
JS APIs
ReadableStream— readable stream of datagetReader()— acquire a reader for pull-based consumptionpipeTo(writable)— pipe to a writable streampipeThrough(transform)— pipe through an object exposingreadableandwritable
WritableStream— writable stream of datagetWriter()— acquire a writer for push-based writing
CompressionStream— transform-like stream forgzip,deflate, anddeflate-rawreadable— compressed output streamwritable— uncompressed input stream
DecompressionStream— transform-like stream forgzip,deflate, anddeflate-rawreadable— decompressed output streamwritable— compressed input stream