rspack_cacheable 0.100.0-rc.2

rspack_cacheable
Documentation
mod r#as;
mod as_cacheable;
mod as_inner;
mod as_map;
mod as_owned;
mod as_preset;
mod as_ref_str;
mod as_string;
mod as_tuple2;
mod as_tuple3;
mod as_vec;
mod custom;
mod inline;
mod unsupported;

pub use r#as::{As, AsConverter};
pub use as_cacheable::AsCacheable;
pub use as_inner::{AsInner, AsInnerConverter};
pub use as_map::{AsMap, AsMapConverter};
pub use as_owned::AsOwned;
pub use as_preset::AsPreset;
pub use as_ref_str::{AsRefStr, AsRefStrConverter};
pub use as_string::{AsString, AsStringConverter};
pub use as_tuple2::AsTuple2;
pub use as_tuple3::AsTuple3;
pub use as_vec::{AsVec, AsVecConverter};
pub use custom::{Custom, CustomConverter};
pub use inline::Inline;
pub use rkyv::with::{Map as AsOption, Skip};
pub use unsupported::Unsupported;