wok_log 0.0.0

logging macros and wrappers for the wok web framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![no_std]
#![cfg_attr(doc, feature(doc_auto_cfg))]

pub(crate) mod drive;

#[cfg(feature = "wrapped")]
pub mod wrapped;
#[cfg(feature = "macros")]
pub mod macros;
//#[cfg(feature = "time")]
//pub mod timer;