deno_maybe_sync 0.22.0

Optionally sync structures for Deno crates
Documentation
1
2
3
4
5
6
# `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.