wasmer_middlewares/
lib.rs

1#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
2
3pub mod metering;
4
5// The most commonly used symbol are exported at top level of the
6// module. Others are available via modules,
7// e.g. `wasmer_middlewares::metering::get_remaining_points`
8pub use metering::Metering;