diff options
Diffstat (limited to 'docs/posts/auto-currying_rust_functions')
-rw-r--r-- | docs/posts/auto-currying_rust_functions/index.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/posts/auto-currying_rust_functions/index.html b/docs/posts/auto-currying_rust_functions/index.html index 8fe18ef..a2584fe 100644 --- a/docs/posts/auto-currying_rust_functions/index.html +++ b/docs/posts/auto-currying_rust_functions/index.html | |||
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link">Auto-currying Rust Functions</a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md |
21 | ">View Raw</a> | 25 | ">View Raw</a> |
22 | <div class="separator"></div> | 26 | <div class="separator"></div> |
@@ -546,7 +550,9 @@ test tests::works ... ok</code></pre> | |||
546 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 550 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
547 | </div> | 551 | </div> |
548 | 552 | ||
549 | <a href="/posts" class="post-end-link">⟵ Back</a> | 553 | <a href="/" class="post-end-link">Home</a> |
554 | <span>/</span> | ||
555 | <a href="/posts" class="post-end-link">Posts</a> | ||
550 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md | 556 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md |
551 | ">View Raw</a> | 557 | ">View Raw</a> |
552 | </div> | 558 | </div> |