Sign in
fuchsia
/
fuchsia
/
HEAD
/
.
/
third_party
/
rust_crates
/
vendor
/
fsevent-sys-4.0.0
/
src
/
lib.rs
blob: 07b9b5187eb8c4bf4a561c81599b08e05e8aaae3 [
file
] [
log
] [
blame
]
#![
cfg
(
target_os
=
"macos"
)]
#![
cfg_attr
(
feature
=
"cargo-clippy"
,
allow
(
unreadable_literal
))]
pub
mod
core_foundation
;
mod
fsevent
;
pub
use
fsevent
::*;