mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-29 07:33:13 +00:00
The dynlib pragma hard-coded a library path and resolved it via dlopen() at
runtime, preventing static linking and forcing a specific load-time path.
Using bare {.importc.} lets consumers choose: link liblibchat dynamically
at link time (--passL:-llibchat) or link it statically into their binary.
libchat
Supporting library for Logos-chat
Description
Languages
Rust
85.1%
Nim
13.6%
C
1.3%