aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-30 18:28:45 +0000
committerAria Shrimpton <me@aria.rip>2024-01-30 18:28:45 +0000
commit3d79d3cfb1e785d3e06437e001de268b201185e0 (patch)
tree871c03108021b6c273d01c5a9f7d8e8a3d8ad648
parentcd8c8ddba45babdd60057bbc6714350b6b96ba67 (diff)
fukin
-rw-r--r--thesis/parts/implementation.tex8
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}