sunfishcode / io-lifetimes

A low-level I/O ownership and borrowing library
Other
98 stars 10 forks source link

Disable the contents of this crate on unknown platforms. #55

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

Add #![cfg(any(unix, windows, target_os = "wasi"))] to the top-level lib.rs so that io-lifetimes can appear as a dependency on platforms even when it doesn't have support for them.