Skip to content

Commit

Permalink
Update crates/Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed May 22, 2024
1 parent 0be1e89 commit 94c8270
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions crates/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit 94c8270

Please sign in to comment.