nwc 0.31.0

NWC client and zapper backend for Nostr apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2022-2023 Yuki Kishimoto
// Copyright (c) 2023-2024 Rust Nostr Developers
// Distributed under the MIT software license

//! Prelude

#![allow(unknown_lints)]
#![allow(ambiguous_glob_reexports)]
#![doc(hidden)]

pub use nostr::prelude::*;
pub use nostr_zapper::prelude::*;

pub use crate::*;