docify 0.1.3

Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.docify_macros]
version = "0.1.3"

[package]
authors = ["sam0x17"]
categories = ["development-tools", "development-tools::procedural-macro-helpers", "rust-patterns"]
description = "Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples."
edition = "2021"
homepage = "https://sam0x17.dev"
keywords = ["docify", "compile-time", "macro", "docs", "embed"]
license = "MIT"
name = "docify"
readme = "README.md"
repository = "https://github.com/sam0x17/docify"
version = "0.1.3"