My first Crate - FormCalc

⚓ Rust    📅 2026-01-28    👤 surdeus    👁️ 1      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: My first Crate - FormCalc

Hi there,

I've been "playing" with Rust for the past month or so, and I started doing some small PoCs.

Yesterday I published my first crate. The idea is a Formula engine to run some calculations for formulas written by non-developers that could be easily stored in text files or any other data source.

The idea came from Premium Insurance engines or things like it, where a business expert(ex. Underwriters) would write the formulas.

I would love to get some feedback about my Rust and how I could make the code more Rustacean.

https://crates.io/crates/formcalc

I have a few examples of how I used it in other PoCs in my personal GitHub:

Thanks.

1 post - 1 participant

Read full topic

🏷️ Rust_feed