Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[bin]]
name = "codendocs"
path = "binary/binary.rs"

[lib]
name = "codendocs"
path = "source/source.rs"

[package]
build = "script/script.rs"
description = "Code & Docs"
edition = "2021"
license = "MIT"
name = "codendocs"
version = "0.0.0"