8 days ago
An extremely fast Python type checker and language server, written in Rust.
14 Dec 25
04 Dec 25
A collection of specific ways to improve your use of Rust
03 Dec 25
01 Dec 25
29 Nov 25
25 Nov 25
17 Nov 25
10 Nov 25
09 Nov 25
27 Oct 25
FTA (Fast TypeScript Analyzer) is a super-fast TypeScript static analysis tool written in Rust. It captures static information about TypeScript code and generates easy-to-understand analytics that tell you about complexity and maintainability issues that you may want to address.
FTA uses swc to parse your code then runs various analytical routines against it to understand how complex and maintainable it is likely to be. JavaScript code is also supported.
Diagram as Code Tool Written in Rust with Draggable Editing. The goal of oxdraw is to make it easy to create and maintain high-quality diagrams using a declarative and reproducible syntax. Charts are written in Mermaid syntax, while a web interface allows users to fine-tune positions connector paths, colors, and other styling components. Whenever a diagram is tweaked visually, the structural changes are persisted back to the source file as declarative code so that everything remains deterministic and version-able. The changes are saved as comments in the mermaid file so it remains compatible with other Mermaid tools. The repo is composed of the Rust CLI to compile .mmd files into images and the React based web interface to editing the files.
24 Oct 25
Rust bindings to libcurl. Contribute to alexcrichton/curl-rust development by creating an account on GitHub.
API documentation for the Rust curl crate.
cargo is the package manager and crate host for rust