docs: module headers

This commit is contained in:
Greg Heartsfield
2022-02-12 09:29:31 -06:00
parent 234a8ba0ac
commit fa66a0265e
4 changed files with 4 additions and 317 deletions

View File

@@ -1,5 +1,6 @@
use crate::config;
//! Relay metadata using NIP-11
/// Relay Info
use crate::config;
use serde::{Deserialize, Serialize};
pub const CARGO_PKG_VERSION: Option<&'static str> = option_env!("CARGO_PKG_VERSION");