Registry / other / deno-web

deno-web

JSON →
library0.282.0rscratesunverified

Collection of Web APIs for the Deno runtime.

# Cargo.toml [dependencies] deno_web = "0.282.0"
INSTALL
IMPORT
SIG · DENO-WEB
D
deno-web
otherrustv0.282.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Blob
use deno_web::Blob;

Creates a new Blob from byte data.

use deno_web::Blob; fn main() { let blob = Blob::new(b"hello world"); println!("Blob created: {:?}", blob); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.282.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
deno-web — cargo add deno-web · libregistry