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
[[package]]
name = "core"
source = "path+from-root-05E81A9122984246"

[[package]]
name = "function_impls"
source = "member"
dependencies = ["std"]

[[package]]
name = "std"
source = "path+from-root-05E81A9122984246"
dependencies = ["core"]