osmaczko 803a11ce27
chore(nim-bindings): replace dynlib dlopen with plain importc
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.
2026-02-23 22:10:39 +01:00
2026-02-22 08:24:10 +02:00
2026-02-18 09:29:33 -08:00
2026-02-10 19:45:00 +01:00
2026-02-10 19:45:00 +01:00
2026-02-10 14:40:01 +01:00
2026-02-22 08:24:10 +02:00
2026-01-30 15:46:36 +00:00
2025-12-20 22:34:08 -08:00

libchat

Supporting library for Logos-chat

Description
Supporting library for Logos-chat
Readme
Languages
Rust 85.1%
Nim 13.6%
C 1.3%