-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
61 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
nav: | ||
- getting-started | ||
- 'API': api | ||
- architecture | ||
- appendix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
icon: material/api | ||
--- | ||
|
||
<!-- cspell: words RUSTDOC graphviz --> | ||
|
||
# Hermes Rust docs | ||
|
||
<!-- markdownlint-disable no-inline-html --> | ||
<iframe src="rust-docs/index.html" title="RUSTDOC Documentation" style="height:800px;width:100%;"></iframe> | ||
|
||
[OPEN FULL PAGE](./rust-docs/index.html) | ||
|
||
## Workspace Dependency Graph | ||
|
||
```kroki-graphviz | ||
@from_file:./api/rust-docs/workspace.dot | ||
``` | ||
|
||
## External Dependencies Graph | ||
|
||
```kroki-graphviz | ||
@from_file:./api/rust-docs/full.dot | ||
``` | ||
|
||
## Build and Development Dependencies Graph | ||
|
||
```kroki-graphviz | ||
@from_file:./api/rust-docs/all.dot | ||
``` | ||
|
||
## Module trees | ||
|
||
### hermes crate | ||
|
||
```rust | ||
{{ include_file('src/api/rust-docs/hermes.hermes.bin.modules.tree') }} | ||
``` | ||
## Module graphs | ||
### hermes crate | ||
```kroki-graphviz | ||
@from_file:./api/rust-docs/hermes.hermes.bin.modules.dot | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters