From 94c8270fe6dc9221e1609d9de4cf474ba781467e Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Wed, 22 May 2024 15:40:13 +0300 Subject: [PATCH] Update crates/Readme --- crates/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/crates/README.md b/crates/README.md index 776a5ad07..baa27a087 100644 --- a/crates/README.md +++ b/crates/README.md @@ -1,6 +1,11 @@ -# Crates +# Welcome to the rusty side of EKO! -... +Here, we develop the Rust components of the EKO library + +## Crates + +- `ekore` contains the underlying collinear anomalous dimensions and the operator matrix elements +- `eko` is the glue between the Python side and the `ekore` crate ## Files @@ -9,3 +14,5 @@ - dependent crates should follow those they are depending on - `katex-header.html` is an HTML snippet to be included in every docs page to inject KaTeX support +- `bump-versions.py` increases the Rust versions in all crates consistently +- `make_bib.py` generates the Rust function stubs which serve as fake bibliography system