Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 506 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 506 Bytes

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