aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2025-06-26-borrow-checker
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-08-30 18:35:23 +0200
commit5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch)
tree0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/blog/2025-06-26-borrow-checker
parentd3f0841cfdd229ff16b8a230117737a435fc7a56 (diff)
downloadsebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz
sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip
Switch from stagit to cgit
Diffstat (limited to 'src/blog/2025-06-26-borrow-checker')
-rw-r--r--src/blog/2025-06-26-borrow-checker/borrow-checker.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/blog/2025-06-26-borrow-checker/borrow-checker.md b/src/blog/2025-06-26-borrow-checker/borrow-checker.md
index b22d741..10c4ac5 100644
--- a/src/blog/2025-06-26-borrow-checker/borrow-checker.md
+++ b/src/blog/2025-06-26-borrow-checker/borrow-checker.md
@@ -2,12 +2,11 @@
2 2
3As I mentioned in my [last post](../2025-06-13-cargo-culture-shock), 3As I mentioned in my [last post](../2025-06-13-cargo-culture-shock),
4in the last couple of weeks I have been learning Rust. I have written 4in the last couple of weeks I have been learning Rust. I have written
5[a small library](https://git.tronto.net/zmodn-rs/file/README.md.html) for 5[a small library](https://git.tronto.net/zmodn-rs) for
6[integers modulo N](https://en.wikipedia.org/wiki/Modular_arithmetic) 6[integers modulo N](https://en.wikipedia.org/wiki/Modular_arithmetic)
7(the original C++ version was mentioned in 7(the original C++ version was mentioned in
8[this post](../2025-01-21-taming-cpp-templates), rewritten 8[this post](../2025-01-21-taming-cpp-templates), rewritten
9[my implementation](https://git.tronto.net/ecm/file/README.md.html) 9[my implementation](https://git.tronto.net/ecm) of the
10of the
11[ECM algorithm](https://en.wikipedia.org/wiki/Lenstra_elliptic-curve_factorization) 10[ECM algorithm](https://en.wikipedia.org/wiki/Lenstra_elliptic-curve_factorization)
12(mentioned in [this other post](../2025-02-27-elliptic-curves-javascript)) 11(mentioned in [this other post](../2025-02-27-elliptic-curves-javascript))
13and I am now playing around with some past 12and I am now playing around with some past

Generated with cgit - Back to sebastiano.tronto.net