{"id":59452,"library":"docify","title":"Docify","description":"Live-embed pieces of code from throughout your project as Rust doc examples at compile time.","status":"active","version":"0.4.1","language":"rust","source_language":null,"source_url":"https://github.com/sam0x17/docify","tags":["documentation","macro","embed","compile-time"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndocify = \"0.4.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add docify","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"docify","correct":"use docify::docify;"}],"quickstart":{"code":"use docify::docify;\n\n#[docify::docify]\n/// This is a doc comment that embeds code from `src/lib.rs`.\n/// ```rust\n/// # use docify::docify;\n/// // embedded code\n/// ```\nfn main() {\n    println!(\"Docify example\");\n}","lang":"rust","description":"Shows how to use the docify attribute to embed code in documentation."},"warnings":[{"fix":"Use a stable Rust toolchain with `#![feature(proc_macro_span)]` or switch to nightly.","message":"Requires nightly Rust for proc macro features.","severity":"gotcha","affected_versions":">=0.4.0"}],"env_vars":null,"search_vec":"'code':7 'compil':17,23 'compile-tim':22 'doc':14 'docifi':1 'document':19 'emb':4,21 'exampl':15 'live':3 'live-emb':2 'macro':20 'piec':5 'project':11 'rust':13 'throughout':9 'time':18,24","created_at":"2026-06-16T17:04:20.414332+00:00","updated_at":"2026-06-16T17:04:20.414332+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://sam0x17.dev","github":"https://github.com/sam0x17/docify","docs":"https://docs.rs/docify/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}