vls-util 0.14.0

Utility functions for the Validating Lightning Signer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Utility functions for the Validating Lightning Signer

pub mod config;
pub mod env_var;
pub mod observability;
#[cfg(feature = "otlp")]
mod otlp;
pub mod persist;
pub mod util;

pub use env_var::*;

// Defines GIT_DESC
include!(concat!(env!("OUT_DIR"), "/version.rs"));