summaryrefslogtreecommitdiff
path: root/src/hook.rs
AgeCommit message (Expand)Author
2021-10-12Update documentation referencesAlex Orlenko
2021-08-21Wrap `ExtraData` to `Arc<UnsafeCell>>` instead of raw pointer and attach fina...Alex Orlenko
2021-08-18Simplify interface of `hook::HookTriggers`Alex Orlenko
2021-08-17Add `Debug::event()` to the hook's Debug structureAlex Orlenko
2021-06-16Revert commit ced808d5abAlex Orlenko
2021-05-18Allow multiple entrypoints in a single module share the same Lua state.Alex Orlenko
2021-05-10Fix spellingAlex Orlenko
2021-05-02Stack assertions reviewAlex Orlenko
2021-04-27Don't trigger longjmp in rust.Alex Orlenko
2020-12-14Serde support (serialize feature flag)Alex Orlenko
2020-06-07Enable hooks support for LuaJITAlex Orlenko
2020-06-06Add hooks support (based on rlua v0.17 implementation)Alex Orlenko