//! A test crate for Docify functionality
//!
//! This crate demonstrates how to use Docify to embed code examples in documentation.
/// This function demonstrates Docify's embed functionality.
///
/// Here's an example function:
///
///
/// And here's an example struct:
///
///
/// We can also embed methods:
///