aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/auto-currying_rust_functions
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-23 09:04:53 +0000
committerAkshay <[email protected]>2021-02-23 09:04:53 +0000
commitcdde1d9a54ce7f86503956e445dbbaf8540e9b96 (patch)
tree28879e777a0c28cbee9201003523ceb83b5ff1e7 /docs/posts/auto-currying_rust_functions
parentc517871fc2c01128eec660718a5432c9f68c23bd (diff)
add breadcrumbs to all pages
Diffstat (limited to 'docs/posts/auto-currying_rust_functions')
-rw-r--r--docs/posts/auto-currying_rust_functions/index.html10
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>