Skip to content

hapaxlife/dinance

Repository files navigation

DINANCE

Finance module for Deno in Rust & WASM

  • XIRR
  • DaysBetween
  • YearFraction

Others functions are not fully implemented or wrapped

⚠️ Bench results show that Rust is much slower than Deno function

Inspired / come from

Command

For usage & examples deno run --allow-read examples/mod.ts

For test deno test --allow-read examples/mod_test.ts

For bench deno bench --allow-read examples/bench.ts