forc-doc 0.71.0

Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[package]]
name = "lib_a"
source = "member"

[[package]]
name = "lib_b"
source = "member"
dependencies = [
    "lib_a",
    "std",
]

[[package]]
name = "std"
source = "path+from-root-0CDB23161116D3A1"