chore: Add a extension trait for Tags type

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-05 14:03:13 +00:00
parent fb77a8ca14
commit 99e46d7633
3 changed files with 49 additions and 25 deletions

View File

@@ -14,6 +14,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://gnu.org/licenses/gpl-3.0.html>.
/// Extension traits for nostr types.
pub mod traits;
/// Utility functions for nostr.
pub mod utils;
use std::time::Duration;