diff options
Diffstat (limited to 'docs/posts/auto-currying_rust_functions')
-rw-r--r-- | docs/posts/auto-currying_rust_functions/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/posts/auto-currying_rust_functions/index.html b/docs/posts/auto-currying_rust_functions/index.html index 0318040..8fe18ef 100644 --- a/docs/posts/auto-currying_rust_functions/index.html +++ b/docs/posts/auto-currying_rust_functions/index.html | |||
@@ -16,7 +16,7 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/" class="post-end-link">⟵ Back</a> | 19 | <a href="/posts" class="post-end-link">⟵ Back</a> |
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md | 20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/auto-currying_rust_functions.md |
21 | ">View Raw</a> | 21 | ">View Raw</a> |
22 | <div class="separator"></div> | 22 | <div class="separator"></div> |
@@ -529,24 +529,24 @@ test tests::works ... ok</code></pre> | |||
529 | 529 | ||
530 | </div> | 530 | </div> |
531 | 531 | ||
532 | <div class=intro> | 532 | <div class="intro"> |
533 | Hi. | 533 | Hi. |
534 | <div class=hot-links> | 534 | <div class="hot-links"> |
535 | <a href=https://peppe.rs/index.xml class=feed-button>Subscribe</a> | 535 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> |
536 | <a href=https://liberapay.com/nerdypepper/donate class=donate-button>Donate</a> | 536 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> |
537 | </div> | 537 | </div> |
538 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 538 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
539 | <p> | 539 | <p> |
540 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 540 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |
541 | I write <a href=https://git.peppe.rs>open-source stuff</a> to pass time. | 541 | I write <a href="https://git.peppe.rs">open-source stuff</a> to pass time. |
542 | I also design fonts: | 542 | I also design fonts: |
543 | <a href=https://git.peppe.rs/fonts/scientifica>scientifica</a>, | 543 | <a href="https://git.peppe.rs/fonts/scientifica">scientifica</a>, |
544 | <a href=https://git.peppe.rs/fonts/curie>curie</a>. | 544 | <a href="https://git.peppe.rs/fonts/curie">curie</a>. |
545 | </p> | 545 | </p> |
546 | <p>Send me a mail at [email protected] or a message at [email protected].</p> | 546 | <p>Send me a mail at [email protected] or a message at [email protected].</p> |
547 | </div> | 547 | </div> |
548 | 548 | ||
549 | <a href="/" class="post-end-link">⟵ Back</a> | 549 | <a href="/posts" class="post-end-link">⟵ Back</a> |
550 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md | 550 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/auto-currying_rust_functions.md |
551 | ">View Raw</a> | 551 | ">View Raw</a> |
552 | </div> | 552 | </div> |