docify_test 0.1.1

A test crate for Docify functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
   [package]
   name = "docify_test"
   version = "0.1.1"
   edition = "2021"
   description = "A test crate for Docify functionality"
   license = "MIT OR Apache-2.0"
   documentation = "https://docs.rs/docify_test"

   [dependencies]
   docify = "0.2.8"  # Use the latest version

   [lib]
   name = "docify_test"
   path = "src/lib.rs"