Skip to content

Update README

Update README #47

Triggered via push November 16, 2025 14:42
Status Success
Total duration 31s
Artifacts

rust.yml

on: push
Ensure rustfmt is happy
8s
Ensure rustfmt is happy
Lint the codebase with clippy
15s
Lint the codebase with clippy
Check doc links are valid
9s
Check doc links are valid
typos
4s
typos
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
doc quote line without `>` marker: src/../README.md#L100
warning: doc quote line without `>` marker --> src/../README.md:100:1 | 100 | argument of an operator or action, escape it with a backslash. | ^ | = help: if this not intended to be a quote at all, escape it with `\>` = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: add markers to start of line | 100 | > argument of an operator or action, escape it with a backslash. | +
doc quote line without `>` marker: src/../README.md#L100
warning: doc quote line without `>` marker --> src/../README.md:100:1 | 100 | argument of an operator or action, escape it with a backslash. | ^ | = help: if this not intended to be a quote at all, escape it with `\>` = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: add markers to start of line | 100 | > argument of an operator or action, escape it with a backslash. | +