File tree 3 files changed +20
-10
lines changed
3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ build-hosted:
27
27
# Build the service
28
28
FROM +builder
29
29
30
- DO github.com/input-output-hk/catalyst-ci/earthly/rust:feat/rust-docs+BUILD
30
+ DO github.com/input-output-hk/catalyst-ci/earthly/rust:feat/rust-docs+BUILD --libs = "cat-gateway" --bins = "cat-gateway/cat-gateway"
31
31
32
- DO github.com/input-output-hk/catalyst-ci/earthly/rust:feat/rust-docs+SMOKE_TEST --bin = cat-gateway
32
+ DO github.com/input-output-hk/catalyst-ci/earthly/rust:feat/rust-docs+SMOKE_TEST --bin = " cat-gateway"
33
33
34
34
SAVE ARTIFACT target/$TARGETARCH /doc doc
35
35
SAVE ARTIFACT target/$TARGETARCH /release/cat-gateway cat-gateway
Original file line number Diff line number Diff line change @@ -9,14 +9,6 @@ edition.workspace = true
9
9
license.workspace = true
10
10
repository.workspace = true
11
11
12
- [[bin ]]
13
- name = " cat-gateway"
14
- path = " src/main.rs"
15
-
16
- [lib ]
17
- name = " lib"
18
- path = " src/lib.rs"
19
-
20
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
13
22
14
[dependencies ]
Original file line number Diff line number Diff line change 2
2
icon : material/gate
3
3
---
4
4
5
+ <!-- cspell: words RUSTDOC graphviz -->
6
+
5
7
# Catalyst Gateway Rust docs
6
8
7
9
<!-- markdownlint-disable no-inline-html -->
@@ -26,3 +28,19 @@ icon: material/gate
26
28
``` kroki-graphviz
27
29
@from_file:./api/catalyst-gateway/rust-docs/all.dot
28
30
```
31
+
32
+ ## Module trees
33
+
34
+ ### cat-gateway crate
35
+
36
+ ``` rust
37
+ {{ include_file ('src / api / catalyst - gateway / rust - docs / cat - gateway . cat- gateway . bin. modules. tree') }}
38
+ ```
39
+
40
+ ## Module graphs
41
+
42
+ ### cat-gateway crate
43
+
44
+ ```kroki-graphviz
45
+ @from_file:./api/catalyst-gateway/rust-docs/cat-gateway.cat-gateway.bin.modules.dot
46
+ ```
You can’t perform that action at this time.
0 commit comments