//! This is a dummy package to test
//! [[package.metadata.docs.rs]](https://github.com/onur/docs.rs/pull/73).
extern crate serde;
/// This function is only available on feature1
/// This function is only available on feature2
/// This function is only available on feature3
/// This function is only available on i686 unix systems
/// This is a demostration to external links
/// Some private const
const PRIVATE_CONST: bool = true;