Added main lib header doc

This commit is contained in:
Daniel Sanchez Quiros 2022-10-09 09:37:47 -05:00
parent f1a5283ef5
commit 9b9d9f203f

View File

@ -1,3 +1,6 @@
//! # Waku
//!
//! Implementation on top of [`waku-bindings`](https://rfc.vac.dev/spec/36/)
mod decrypt;
mod events;
mod general;