Skip to content

Commit

Permalink
Update Rust packages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Aug 22, 2024
1 parent 3bfc89d commit 96cc543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions crates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Here, we develop the Rust components of the EKO library

## Crates

- `dekoder` handles the output file
- `ekore` contains the underlying collinear anomalous dimensions and the operator matrix elements
- `eko` is the glue between the Python side and the `ekore` crate

Expand All @@ -12,7 +13,7 @@ Here, we develop the Rust components of the EKO library
- `release.json` defines the releasing order of crates
- only listed crates will be released
- 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
- `doc-header.html` is an HTML snippet to be included in every docs page to inject
KaTeX support and abbreviation 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
2 changes: 1 addition & 1 deletion crates/release.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["ekore", "eko"]
["dekoder", "ekore", "eko"]

0 comments on commit 96cc543

Please sign in to comment.