https://mfirhas.com/rss.xml
# RustAll Tags

Pipa

18 Aug 2024Updated on 30 Aug 2024
en

Pipe Operator simplifying writing of chain of functions/methods in readable way while also supporting rail-oriented programming handling errors/exceptions. It supports sync functions/methods, async functions/methods, closure, along with Try-able r…

configrs

31 Jan 2024Updated on 29 Mar 2024
en

Library for dealing with configurations in Rust. I wrote this because I want to simplify the existing library, and fixing one issue I found there. It's currently support Env Vars, JSON, TOML, and YAML. You don't need recompile everything since it …

Programming Challenges

12 Oct 2016Updated on 17 Aug 2024
en

Some programming problems I found online from OpenKattis, ProjectEuler, Hackerrank, Leetcode, etc. I wrote and solved most of them before these AI stuffs released.

moneylib

09 Feb 2026
en

moneylib provides a safe, robust, and ergonomic library for handling monetary values in Rust. It manages both currency and amount, utilizing internal logic that eliminates the rounding and precision errors common in binary floating-po…

Why Rust?

17 Dec 2024
en

Here are some reasons why I'd use Rust for some cases, especially backend/server-side. These are purely coming from my opinions.