Skip to content

Commit 8817720

Browse files
committed
Re-export (hidden) TablePairs and TableSequence
1 parent 3529435 commit 8817720

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ pub use crate::value::{Nil, Value};
127127
#[doc(hidden)]
128128
pub use crate::string::LuaString as String;
129129
#[doc(hidden)]
130+
pub use crate::table::{TablePairs, TableSequence};
131+
#[doc(hidden)]
130132
pub use crate::userdata::{
131133
MetaMethod, UserData, UserDataFields, UserDataMetatable, UserDataMethods, UserDataRef, UserDataRefMut,
132134
UserDataRegistry,

0 commit comments

Comments
 (0)