mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
export Waku API
This commit is contained in:
parent
60a1d07561
commit
ccce5f5bf9
15
waku.nim
Normal file
15
waku.nim
Normal file
@ -0,0 +1,15 @@
|
||||
## 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.
|
||||
|
||||
# Re-export the main types and functions
|
||||
export libwaku_api, libwaku_conf
|
||||
|
||||
# Import the modules to make them available
|
||||
import library/libwaku_api
|
||||
import library/libwaku_conf
|
||||
|
||||
# Re-export essential types from waku factory
|
||||
import waku/factory/waku
|
||||
export Waku
|
||||
Loading…
x
Reference in New Issue
Block a user