EdamAme-x / misskey-nuke

misskey nuke script |!!! for Educational only !!!
Apache License 2.0
4 stars 0 forks source link

Rewrite in Rust #1

Open korewaChino opened 4 months ago

korewaChino commented 4 months ago

Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—meaning that all references point to valid memory—without a garbage collector. To simultaneously enforce memory safety and prevent data races, its "borrow checker" tracks the object lifetime of all references in a program during compilation. Rust was influenced by ideas from functional programming, including immutability, higher-order functions, and algebraic data types. It is popular for systems programming.

Noxyntious commented 4 months ago

i second this