mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-13 13:39:28 +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
93.2%
Nim
2.7%
C
2.5%
Nix
1.2%
Makefile
0.4%