snipdoc 0.1.12

Code Documentation Made Simple
Documentation
1
2
3
4
5
6
7
---
source: snipdoc/src/db/yaml.rs
expression: "std::fs::read_to_string(db_file_path)"
---
Ok(
    "snippets:\n  description:\n    content: |-\n      test\n      snipdoc\n    path: [PATH]/snipdoc.yml\n  installation:\n    content: |-\n      ```\n      cargo install snipdoc\n      ```\n    path: [PATH]/snipdoc.yml\ntemplates:\n  TEMPLATE_ID:\n    content: |-\n      ```sh\n      {snippet}\n      ```\n",
)