#![doc = include_str!("../README.md")]
#![cfg_attr(feature = "better-docs", feature(
doc_cfg, rustdoc_internals,
))]
#![doc(html_logo_url = "https://user-images.githubusercontent.com/9920355/166294360-9ee4ec3d-685c-49e5-b006-1e9077f8cc01.png")]
#![deny(rustdoc::private_intra_doc_links)]
#![no_std]
#![forbid(unsafe_code)]
#![allow(uncommon_codepoints)]
pub
mod vestibule {
#[doc(no_inline)]
pub use {
crate::{
Ectoplasm,
ectoplasm,
Ghost,
ghost,
materialize_return,
},
};
}
#[cfg_attr(feature = "better-docs",
doc(cfg(ghostǃ)),
doc(keyword = "no_init"),
)]
mod ghost_no_init {}
#[cfg_attr(feature = "better-docs",
doc(cfg(ghostǃ)),
doc(keyword = "no_dropck"),
)]
mod ghost_no_dropck {}
#[cfg_attr(feature = "better-docs",
doc(cfg(ghostǃ)),
doc(keyword = "tag"),
)]
mod ghost_tag {}
pub use expr::*;
mod expr;
#[doc(hidden)] pub
mod ඞ {
pub use {
::core, ::ghosts_proc_macros::{
*,
},
crate::{
expr::flatten::Flatten,
},
};
pub use crate::ty::ghost::Ghost;
}
#[cfg_attr(feature = "ui-tests",
cfg_attr(all(), doc = include_str!("compile_fail_tests.md")),
)]
mod _compile_fail_tests {}
#[doc(inline)]
pub use ty::Ghost;
mod ty;