Merge pull request 'add Rust advistory database link' (#18) from erin/open-slopware:main into main

Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/18
Reviewed-by: JesseBot <jessebot@noreply.codeberg.org>
This commit is contained in:
JesseBot 2026-01-17 21:57:05 +01:00
commit d734ebf454

View file

@ -139,6 +139,9 @@ Depending on your needs and technical concerns, you may find any number of diffe
| [`facet`](https://github.com/facet-rs/facet) | Use more specific deserialization libraries and avoid macros that slow things down anyway. [`serde`](https://serde.rs) itself is [tainted by its Palantir-defending author](https://archive.ph/fe9g5). [`nanoserde`](https://github.com/not-fl3/nanoserde) could be suitable for certain use cases. | [Core developer openly uses LLMs for library dev](https://archive.ph/YhcOh) | |
| [`ratatui`](https://github.com/ratatui/ratatui) | [`iocraft`](https://github.com/ccbrown/iocraft) and [`cursive`](https://github.com/gyscos/cursive). [`console`](https://github.com/console-rs/console) and its family of libraries may also be enough for some use cases. | [Core developer has stated their use of AI for rust code](https://github.com/ratatui/ratatui/discussions/2201) | |
Also, there is an advistory database of Rust slopware crates, which you can use in tools like
[cargo-deny](https://embarkstudios.github.io/cargo-deny): <https://codeberg.org/erin/rust-slopdb>.
#### CSS
| Name | Alternative(s) | Evidence | Notes |