You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
unimplemented encode/decode implementations for wasm and other unknowns
The cfg() guards around the encode/decode implementations result in the
crate being unusable on wasm32-unknown-unknown or any non-unix
non-windows non-redox target.
These lines mark the functionality as unimplemented on those platforms
(which is a sane behavior for platforms like wasm or bare-metal
microprocessors given those have no file system), which makes the crate
as a whole usable again for file system unrelated tasks like encoding
using the "cbor" crate.
0 commit comments