Crates.io | deno_maybe_sync |
lib.rs | deno_maybe_sync |
version | 0.4.0 |
created_at | 2025-08-19 20:04:49.55216+00 |
updated_at | 2025-09-24 19:45:17.392911+00 |
description | Optionally sync structures for Deno crates |
homepage | |
repository | https://github.com/denoland/deno |
max_upload_size | |
id | 1802382 |
size | 8,796 |
deno_maybe_sync
Optionally Sync
structures used in Deno.
Deno uses the Sync
feature, while Deno Deploy doesn't, so that's why we have
this code.