Skip to content

Commit 3f73e71

Browse files
committed
feat: add 2026 research paper (LaTeX + PDF), tech stack badges in README
- Add rustfinance.pdf (compiled research paper) - Add docs/rustfinance_research_paper_2026.tex (1400+ line LaTeX source) - Paper covers: architecture, 18 research papers, quantitative models, benchmarks - 5 detailed TikZ diagrams, 22 bibliography entries, 16 equations - Add tech stack badges: Rayon, Serde, Petgraph, Criterion, Postcard, PostgreSQL, Redis, Docker, GitHub Actions, LaTeX - Add research paper link in README At a Glance section
1 parent c1e119f commit 3f73e71

3 files changed

Lines changed: 1488 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
<img src="https://img.shields.io/badge/Anthropic-FF7F50?style=for-the-badge&logo=Anthropic&logoColor=white" alt="Anthropic" />
88
<img src="https://img.shields.io/badge/WebSocket-010101?style=for-the-badge&logo=socket.io&logoColor=white" alt="WebSocket" />
99
<br />
10+
<img src="https://img.shields.io/badge/Rayon-FF4500?style=for-the-badge&logo=rust&logoColor=white" alt="Rayon" />
11+
<img src="https://img.shields.io/badge/Serde-2C2D72?style=for-the-badge&logo=rust&logoColor=white" alt="Serde" />
12+
<img src="https://img.shields.io/badge/Petgraph-228B22?style=for-the-badge&logo=rust&logoColor=white" alt="Petgraph" />
13+
<img src="https://img.shields.io/badge/Criterion-FF6B35?style=for-the-badge&logo=rust&logoColor=white" alt="Criterion" />
14+
<img src="https://img.shields.io/badge/Postcard-4B0082?style=for-the-badge&logo=rust&logoColor=white" alt="Postcard" />
15+
<br />
16+
<img src="https://img.shields.io/badge/PostgreSQL-4169E1?style=for-the-badge&logo=postgresql&logoColor=white" alt="PostgreSQL" />
17+
<img src="https://img.shields.io/badge/Redis-DC382D?style=for-the-badge&logo=redis&logoColor=white" alt="Redis" />
18+
<img src="https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white" alt="Docker" />
19+
<img src="https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=githubactions&logoColor=white" alt="GitHub Actions" />
20+
<img src="https://img.shields.io/badge/LaTeX-008080?style=for-the-badge&logo=latex&logoColor=white" alt="LaTeX" />
21+
<br />
1022
<a href="https://github.com/Ashutosh0x/rust-finance/stargazers"><img src="https://img.shields.io/github/stars/Ashutosh0x/rust-finance?style=for-the-badge&logo=github&color=gold" alt="GitHub stars" /></a>
1123
<a href="https://github.com/Ashutosh0x/rust-finance/network/members"><img src="https://img.shields.io/github/forks/Ashutosh0x/rust-finance?style=for-the-badge&logo=github&color=silver" alt="GitHub forks" /></a>
1224
<a href="https://buymeacoffee.com/Ashutosh0x"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=for-the-badge&logo=buymeacoffee&logoColor=black" alt="Buy Me a Coffee" /></a>
@@ -45,6 +57,7 @@ RustFinance Terminal, also called RustForge, is an open-source Rust trading term
4557
- **Run the daemon:** `USE_MOCK=1 cargo run -p daemon --release`
4658
- **Demo:** https://github.com/user-attachments/assets/c769b2c2-cfa0-44bd-a261-99786ea653e1
4759
- **Community:** [Roadmap](ROADMAP.md), [Contributing](CONTRIBUTING.md), [good first issues](https://github.com/Ashutosh0x/rust-finance/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
60+
- **Research Paper:** [📄 RustFinance Research Paper 2026 (PDF)](rustfinance.pdf) — 1,400+ line LaTeX paper covering architecture, 18 research papers, quantitative models, and benchmarks
4861
- **Funding:** [GitHub Sponsors](https://github.com/sponsors/Ashutosh0x), [Buy Me a Coffee](https://buymeacoffee.com/Ashutosh0x), [funding.json](funding.json)
4962
- **Recognition:** [Listed in awesome-rust Finance applications](https://github.com/rust-unofficial/awesome-rust/pull/2447)
5063

0 commit comments

Comments
 (0)