mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-07-16 21:30:14 +00:00
Squash of the kernel-wiring work (d86f0651..535fe2c9): - Don't exercise FFI of Brokers - Fix tests and examples to compile; verify product unchanged - bump nim-brokers to v3.1.3 - Events dropListeners changed to async - WIP + finalize KernelInterface <-> Waku wiring
18 lines
447 B
Nim
18 lines
447 B
Nim
## Main module for using nwaku as a Nimble library
|
|
##
|
|
## This module re-exports the public API for creating and managing Waku nodes
|
|
## when using nwaku as a library dependency.
|
|
|
|
import logos_delivery/waku/api
|
|
export api
|
|
|
|
import logos_delivery/waku/factory/waku
|
|
export waku
|
|
|
|
import logos_delivery/api/logos_delivery_interface
|
|
export logos_delivery_interface
|
|
|
|
import logos_delivery/logos_delivery
|
|
|
|
import brokers/api_library # registerBrokerLibrary
|