fix(c-api) Move the middleware API into the unstable module.

This commit is contained in:
Ivan Enderlin
2021-03-01 15:27:56 +01:00
parent d660943b45
commit 2bc502bd47
4 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
pub mod engine;
#[cfg(feature = "middlewares")]
pub mod middlewares;
pub mod module;
pub mod target_lexicon;