docs: add summary to experimental modules
This commit is contained in:
parent
6f56c691d5
commit
94f241596a
1 changed files with 6 additions and 0 deletions
|
@ -1,11 +1,17 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/// Macros for use with the [kameo](https://crates.io/crates/kameo) async actor framework.
|
||||||
#[cfg(feature = "use-kameo")]
|
#[cfg(feature = "use-kameo")]
|
||||||
pub mod kameo;
|
pub mod kameo;
|
||||||
|
|
||||||
|
/// Macros for use with the [kxio](https://crates.io/crates/kxio) injectable IO crate.
|
||||||
#[cfg(feature = "use-kxio")]
|
#[cfg(feature = "use-kxio")]
|
||||||
pub mod kxio;
|
pub mod kxio;
|
||||||
|
|
||||||
|
/// Macro for valueless new type.
|
||||||
mod marker;
|
mod marker;
|
||||||
|
|
||||||
|
/// Macro and function for converting a value to a [String]
|
||||||
mod to_string;
|
mod to_string;
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue