β‘ nvim-compleet This plugin is still in early development. π Table of Contents Installation Features Configuration Sources Commands Mappings Colors R
PHP-Codegen Generate PHP code from Rust using a fluent API π π¦ Rust PHP Usage To bring this crate into your repository, either add php_codegen to yo
rChore A feature packed unofficial Google Tasks CLI to boost your producitvity, written purely in Rust. π€ What is rChore? rChore is an unofficial Goo
CLI tool for generating a summary of recent github activity for people who are incredibly forgetful but still need to give weekly status updates to their boss without getting depressed and convincing themselves they did nothing because they can't remember what they did!
NOTE FOR USERS THAT WANT TO TRY THIS OUT! The current code on the master branch doesnβt work as documented, as a newer more powerful interface is bein
π Advent-Of-Code-2021 My Rusty Solutions to Advent Of Code 2021 Day 01: Sonar Sweep [A, B] Day 02: Dive! [A, B] Day 03: Binary Diagnostic [A, B] Day
catppuccin π¦ Soothing pastel theme for Rust. Usage Add Catppuccin to your project's Cargo.toml: [dependencies]
catppuccin = "1.0.4" Example use catpp
How to call a C function from Rust π¦ βοΈ I was working on a Rust project where we needed to interact with code written in C. I had to learn how to wor
Cork is a simple command-line calculator, mainly targeted towards people who deal with hex numbers. It deals only with integer arithmetic. Expressions may involve mixed bases (limited to decimal, hexadecimal, octal and binary numbers). The global output format may be set to a particular radix - by default it is hex.