mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-01 14:47:04 +02:00
Add c2rust
This commit is contained in:
parent
19145ed8d5
commit
50644f8ab2
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ To Contribute, checkout our [`CONTRIBUTING.md`](./CONTRIBUTING.md).
|
|||
|
||||
| Name | Alternative(s) | Evidence | Notes |
|
||||
|---|---|---|---|
|
||||
| [`c2rust`](https://github.com/immunant/c2rust) | | [Statement from developer](https://github.com/immunant/c2rust/issues/1653#issuecomment-4035773395)<br />[`postprocess`](https://github.com/immunant/c2rust/tree/master/c2rust-postprocess) component uses LLMs<br/>[PR](https://github.com/immunant/c2rust/pull/1614) made with AI
|
||||
| [`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) | |
|
||||
| [rust-analyzer](https://github.com/rust-lang/rust-analyzer) | cargo check | [Allows AI contributions](https://github.com/rust-lang/rust-analyzer/pull/21314/changes) and [has Claude rules](https://github.com/rust-lang/rust-analyzer/blob/master/CLAUDE.md) | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue