mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Re-export mlua_derive
This commit is contained in:
@@ -115,3 +115,12 @@ pub use crate::serde::LuaSerdeExt;
|
||||
pub mod prelude;
|
||||
#[cfg(feature = "serialize")]
|
||||
pub mod serde;
|
||||
|
||||
// Re-export #[mlua_derive::lua_module].
|
||||
#[cfg(feature = "mlua_derive")]
|
||||
#[allow(unused_imports)]
|
||||
#[macro_use]
|
||||
extern crate mlua_derive;
|
||||
#[cfg(feature = "mlua_derive")]
|
||||
#[doc(hidden)]
|
||||
pub use mlua_derive::*;
|
||||
|
||||
Reference in New Issue
Block a user