From 2320234135a596a04b64524bd3a363693518d309 Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Thu, 3 Oct 2024 10:38:43 +0200 Subject: [PATCH] chore: update description --- Cargo.toml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a8e9b5b..c8c48b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,20 @@ [package] name = "stochastic-rs" -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "MIT" -description = "A Rust library for stochastic financial and scientific simulations." +description = "A Rust library for quant finance and simulating stochastic processes." homepage = "https://github.com/dancixx/stochastic-rs" documentation = "https://docs.rs/stochastic-rs/latest/stochastic_rs/" repository = "https://github.com/dancixx/stochastic-rs" readme = "README.md" keywords = [ "stochastic", + "quant", "finance", "simulation", "statistics", - "mathematics", ] diff --git a/README.md b/README.md index 4f4a012..fb22cb4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io](https://img.shields.io/crates/v/stochastic-rs?style=flat-square)](https://crates.io/crates/stochastic-rs) ![License](https://img.shields.io/crates/l/stochastic-rs?style=flat-square) -# stochastic-rs +# stochastic-rs **stochastic-rs** is a Rust library designed for high-performance simulation and analysis of stochastic processes and models. The primary goal is to provide a simple, easy-to-use, and efficient library that caters to a wide range of applications, including quantitative finance, AI training, statistical analysis, and more. This library is under active development, and contributions are welcome. Please note that breaking changes may occur as the library evolves. 🚧