generated from PlexSheep/baserepo
11 lines
327 B
Rust
11 lines
327 B
Rust
//! # common functionalities
|
|
//!
|
|
//! This crate is part of [`pt`](../libpt/index.html), but can also be used as a standalone
|
|
//! module.
|
|
//!
|
|
//! This crate implements core functionality useful for many use cases, such as macros,
|
|
//! formatting functions and more.
|
|
|
|
/// macros to make things faster in your code
|
|
pub mod macros;
|