Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bioinfornatics/a51dd1e2d774af3381bf028e0a09ddb7 to your computer and use it in GitHub Desktop.
Save bioinfornatics/a51dd1e2d774af3381bf028e0a09ddb7 to your computer and use it in GitHub Desktop.
sequence diagram using abi_stable_library
@startuml
App -> MyPluginInterface : use specialized defined API
MyPluginInterface -> MyPlugin : call load_from_directory
MyPlugin -> "abi_stable::library::RootModule" : call load_from_directory
"abi_stable::library::RootModule" -> MysharedLib : load .so file
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment