8 days ago

04 Dec 25

A collection of specific ways to improve your use of Rust

by auguste 21 days ago
Tags:

01 Dec 25

ty

ty is an extremely fast Python type checker.

by tmfnk 24 days ago

10 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.

by tmfnk 1 month ago

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.

by tmfnk 1 month ago

24 Oct 25

Rust bindings to libcurl. Contribute to alexcrichton/curl-rust development by creating an account on GitHub.

by gunnargrop 2 months ago saved 2 times
Tags:

API documentation for the Rust curl crate.

by gunnargrop 2 months ago
Tags:

cargo is the package manager and crate host for rust

by gunnargrop 2 months ago
Tags: