Rustnance
Synopsis
A crate that provides functionality within the space of financial analysis
Explanation
This crate is meant to provide calculations as well as metrics and should not be seen as any financial or investing advice. The intent is to firstly develop calculation for fundamental analysis but technical analysis related functionality may be added. Some of the existing functions you will find consist of:
- Calculate intrinsic value
- Calculate compound interest
Usage
Inside your Cargo.toml
[]
= "0.2.1" # Latest version
Example usage
use value; // Bring module into scope
Module structure
Find a bug?
If you found a bug, an issue, an improvement or a potential addition to this project, please submit an issue(if it hasn't already been raised) using the issue tab towards the top. I intend to fix issues as they arise as well as add requested functionality.