recomp 0.3.0

Reusable components
Documentation
1
2
3
4
5
6
7
8
9
#![cfg_attr(docsrs, feature(doc_cfg))]

//! Reusable components.

pub mod component;

#[cfg_attr(docsrs, doc(cfg(feature = "postgres")))]
#[cfg(feature = "postgres")]
pub mod postgres;