tus_web

Crates.iotus_web
lib.rstus_web
version0.1.0
sourcesrc
created_at2024-07-21 01:44:05.976939
updated_at2024-07-21 01:44:05.976939
descriptionTUS protocol client for the web.
homepage
repositoryhttps://github.com/littlebenlittle/web_sys_resumable
max_upload_size
id1310032
size18,087
Ben Little (littlebenlittle)

documentation

README

TUS Web

TUS protocol client for web and node.

Test

Start the reference server:

podman run \
    -d \
    --rm \
    --name tusd \
    -p 1080:1080 \
    docker.io/tusproject/tusd:v1.9

Run tests

wasm-pack test --node
Commit count: 0

cargo fmt