Skip to content

Commit 67fe6cc

Browse files
committed
hmon: add heartbeat monitor
Add heartbeat monitor HMON.
1 parent 94920a7 commit 67fe6cc

10 files changed

Lines changed: 1538 additions & 86 deletions

File tree

Cargo.lock

Lines changed: 288 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ containers = { git = "https://github.com/eclipse-score/baselibs_rust.git", tag =
2929
[workspace.lints.clippy]
3030
std_instead_of_core = "warn"
3131
alloc_instead_of_core = "warn"
32+
33+
[workspace.lints.rust]
34+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }

0 commit comments

Comments
 (0)