mural-client 1.2.0

Client software for the mural wallpaper service
Documentation
1
2
3
4
5
6
7
8
#![allow(unused)]

pub(crate) use tracing::{debug, error, info, warn};

pub(crate) use crate::Error;

pub(crate) type Result<T, E = Error> = std::result::Result<T, E>;