diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-30 18:28:45 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-30 18:28:45 +0000 |
commit | 3d79d3cfb1e785d3e06437e001de268b201185e0 (patch) | |
tree | 871c03108021b6c273d01c5a9f7d8e8a3d8ad648 /thesis/parts | |
parent | cd8c8ddba45babdd60057bbc6714350b6b96ba67 (diff) |
fukin
Diffstat (limited to 'thesis/parts')
-rw-r--r-- | thesis/parts/implementation.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/thesis/parts/implementation.tex b/thesis/parts/implementation.tex index 689e4f7..0482ef7 100644 --- a/thesis/parts/implementation.tex +++ b/thesis/parts/implementation.tex @@ -1,6 +1,12 @@ \todo{Introduction} + \todo{Primrose adaptations} -\todo{Cargo integration} + +\section{Cargo integration} + +As well as a standalone compiler, the Rust toolchain provides an official package manager, which is widely adopted. +We interface with cargo through the \code{cargo metadata} command, which allows us to minimise the amount of work req + \todo{Automatic benchmarking} \todo{Fitting of cost models} \todo{Profiling wrapper} |