Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Allow specifying custom hooks for DllRegisterServer/DllUnregisterServer #190

Closed Rantanen closed 2 years ago

Rantanen commented 3 years ago

Specified in the #[com_library] attribute:

https://github.com/Rantanen/intercom/blob/41518eef1dd6984c130d6daf2218b9fb6e47c3bb/intercom-attributes/tests/data/macro/com_library-hooks.rs#L19-L24

Implements #188