rust.html (7465B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <!-- Sep 03, 2024 --> 5 <meta charset="utf-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 <title>Rust</title> 8 <meta name="author" content="Vincent Demeester" /> 9 <meta name="keywords" content="post" /> 10 <meta name="generator" content="Org Mode" /> 11 <link rel="stylesheet" type="text/css" href="./css/2022.css" /> 12 <link rel="stylesheet" type="text/css" href="./css/syntax.css" /> 13 <link rel='icon' type='image/x-icon' href='./images/favicon.ico'/> 14 <meta name='viewport' content='width=device-width, initial-scale=1'> 15 </head> 16 <body> 17 <main id="content" class="content"> 18 <header> 19 <h1 class="title">Rust</h1> 20 </header><section id="outline-container-Links" class="outline-2"> 21 <h2 id="Links">Links</h2> 22 <div class="outline-text-2" id="text-Links"> 23 </div> 24 <div id="outline-container-%5B%5Bhttps%3A%2F%2Fduan.ca%2F2020%2F05%2F07%2Fnix-rust-development%2F%5D%5BNaive%20NixOS%20Rust%20Development%5D%5D" class="outline-3"> 25 <h3 id="%5B%5Bhttps%3A%2F%2Fduan.ca%2F2020%2F05%2F07%2Fnix-rust-development%2F%5D%5BNaive%20NixOS%20Rust%20Development%5D%5D"><a href="https://duan.ca/2020/05/07/nix-rust-development/">Naive NixOS Rust Development</a>   <span class="tag"><span class="nixos">nixos</span></span></h3> 26 <div class="outline-text-3" id="text-%5B%5Bhttps%3A%2F%2Fduan.ca%2F2020%2F05%2F07%2Fnix-rust-development%2F%5D%5BNaive%20NixOS%20Rust%20Development%5D%5D"> 27 <p> 28 <span class="timestamp-wrapper"><span class="timestamp">[2020-05-28 Thu 15:56]</span></span> 29 </p> 30 </div> 31 </div> 32 <div id="outline-container-%5B%5Bhttps%3A%2F%2Fendler.dev%2F2020%2Frust-compile-times%2F%5D%5BTips%20for%20Faster%20Rust%20Compile%20Times%20%7C%20Matthias%20Endler%5D%5D" class="outline-3"> 33 <h3 id="%5B%5Bhttps%3A%2F%2Fendler.dev%2F2020%2Frust-compile-times%2F%5D%5BTips%20for%20Faster%20Rust%20Compile%20Times%20%7C%20Matthias%20Endler%5D%5D"><a href="https://endler.dev/2020/rust-compile-times/">Tips for Faster Rust Compile Times | Matthias Endler</a></h3> 34 <div class="outline-text-3" id="text-%5B%5Bhttps%3A%2F%2Fendler.dev%2F2020%2Frust-compile-times%2F%5D%5BTips%20for%20Faster%20Rust%20Compile%20Times%20%7C%20Matthias%20Endler%5D%5D"> 35 <p> 36 <span class="timestamp-wrapper"><span class="timestamp">[2020-06-22 Mon 16:48]</span></span> 37 </p> 38 </div> 39 </div> 40 <div id="outline-container-%5B%5Bhttp%3A%2F%2Fwww.sheshbabu.com%2Fposts%2Frust-module-system%2F%5D%5BClear%20explanation%20of%20Rust%E2%80%99s%20module%20system%5D%5D" class="outline-3"> 41 <h3 id="%5B%5Bhttp%3A%2F%2Fwww.sheshbabu.com%2Fposts%2Frust-module-system%2F%5D%5BClear%20explanation%20of%20Rust%E2%80%99s%20module%20system%5D%5D"><a href="http://www.sheshbabu.com/posts/rust-module-system/">Clear explanation of Rust’s module system</a></h3> 42 <div class="outline-text-3" id="text-%5B%5Bhttp%3A%2F%2Fwww.sheshbabu.com%2Fposts%2Frust-module-system%2F%5D%5BClear%20explanation%20of%20Rust%E2%80%99s%20module%20system%5D%5D"> 43 <p> 44 <span class="timestamp-wrapper"><span class="timestamp">[2020-07-20 Mon 11:16]</span></span> 45 </p> 46 </div> 47 </div> 48 <div id="outline-container-%5B%5Bhttps%3A%2F%2Fjoeprevite.com%2Frust-lang-ecosystem%5D%5BUnderstanding%20the%20Rust%20Ecosystem%5D%5D" class="outline-3"> 49 <h3 id="%5B%5Bhttps%3A%2F%2Fjoeprevite.com%2Frust-lang-ecosystem%5D%5BUnderstanding%20the%20Rust%20Ecosystem%5D%5D"><a href="https://joeprevite.com/rust-lang-ecosystem">Understanding the Rust Ecosystem</a></h3> 50 <div class="outline-text-3" id="text-%5B%5Bhttps%3A%2F%2Fjoeprevite.com%2Frust-lang-ecosystem%5D%5BUnderstanding%20the%20Rust%20Ecosystem%5D%5D"> 51 <p> 52 <span class="timestamp-wrapper"><span class="timestamp">[2020-06-23 Tue 18:06]</span></span> 53 </p> 54 </div> 55 </div> 56 <div id="outline-container-%5B%5Bhttp%3A%2F%2Fwww.sheshbabu.com%2Fposts%2Frust-error-handling%2F%5D%5BBeginner%27s%20guide%20to%20Error%20Handling%20in%20Rust%5D%5D" class="outline-3"> 57 <h3 id="%5B%5Bhttp%3A%2F%2Fwww.sheshbabu.com%2Fposts%2Frust-error-handling%2F%5D%5BBeginner%27s%20guide%20to%20Error%20Handling%20in%20Rust%5D%5D"><a href="http://www.sheshbabu.com/posts/rust-error-handling/">Beginner’s guide to Error Handling in Rust</a></h3> 58 <div class="outline-text-3" id="text-%5B%5Bhttp%3A%2F%2Fwww.sheshbabu.com%2Fposts%2Frust-error-handling%2F%5D%5BBeginner%27s%20guide%20to%20Error%20Handling%20in%20Rust%5D%5D"> 59 <p> 60 <span class="timestamp-wrapper"><span class="timestamp">[2020-08-20 Thu 16:33]</span></span> 61 </p> 62 </div> 63 </div> 64 <div id="outline-container-%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-1%2F%5D%5BRust%20for%20a%20Pythonista%20%231%3A%20Why%20and%20when%3F%5D%5D" class="outline-3"> 65 <h3 id="%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-1%2F%5D%5BRust%20for%20a%20Pythonista%20%231%3A%20Why%20and%20when%3F%5D%5D"><a href="https://dygalo.dev/blog/rust-for-a-pythonista-1/">Rust for a Pythonista #1: Why and when?</a></h3> 66 <div class="outline-text-3" id="text-%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-1%2F%5D%5BRust%20for%20a%20Pythonista%20%231%3A%20Why%20and%20when%3F%5D%5D"> 67 <p> 68 <span class="timestamp-wrapper"><span class="timestamp">[2022-06-27 Mon 17:43]</span></span> 69 </p> 70 </div> 71 </div> 72 <div id="outline-container-%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-2%2F%5D%5BRust%20for%20a%20Pythonista%20%232%3A%20Building%20a%20Rust%20crate%20for%20CSS%20inlining%5D%5D" class="outline-3"> 73 <h3 id="%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-2%2F%5D%5BRust%20for%20a%20Pythonista%20%232%3A%20Building%20a%20Rust%20crate%20for%20CSS%20inlining%5D%5D"><a href="https://dygalo.dev/blog/rust-for-a-pythonista-2/">Rust for a Pythonista #2: Building a Rust crate for CSS inlining</a></h3> 74 <div class="outline-text-3" id="text-%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-2%2F%5D%5BRust%20for%20a%20Pythonista%20%232%3A%20Building%20a%20Rust%20crate%20for%20CSS%20inlining%5D%5D"> 75 <p> 76 <span class="timestamp-wrapper"><span class="timestamp">[2022-06-27 Mon 17:43]</span></span> 77 </p> 78 </div> 79 </div> 80 <div id="outline-container-%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-3%2F%5D%5BRust%20for%20a%20Pythonista%20%233%3A%20Python%20bindings%5D%5D" class="outline-3"> 81 <h3 id="%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-3%2F%5D%5BRust%20for%20a%20Pythonista%20%233%3A%20Python%20bindings%5D%5D"><a href="https://dygalo.dev/blog/rust-for-a-pythonista-3/">Rust for a Pythonista #3: Python bindings</a></h3> 82 <div class="outline-text-3" id="text-%5B%5Bhttps%3A%2F%2Fdygalo.dev%2Fblog%2Frust-for-a-pythonista-3%2F%5D%5BRust%20for%20a%20Pythonista%20%233%3A%20Python%20bindings%5D%5D"> 83 <p> 84 <span class="timestamp-wrapper"><span class="timestamp">[2022-06-27 Mon 17:43]</span></span> 85 </p> 86 </div> 87 </div> 88 </section> 89 </main> 90 <footer id="postamble" class="status"> 91 <footer> 92 <small><a href="/" rel="history">Index</a> • <a href="/sitemap.html">Sitemap</a> • <a href="https://dl.sbr.pm/">Files</a></small><br/> 93 <small class='questions'>Questions, comments ? Please use my <a href="https://lists.sr.ht/~vdemeester/public-inbox">public inbox</a> by sending a plain-text email to <a href="mailto:~vdemeester/public-inbox@lists.sr.ht">~vdemeester/public-inbox@lists.sr.ht</a>.</small><br/> 94 <small class='copyright'> 95 Content and design by Vincent Demeester 96 (<a rel='licence' href='http://creativecommons.org/licenses/by-nc-sa/3.0/'>Some rights reserved</a>) 97 </small><br /> 98 </footer> 99 </footer> 100 </body> 101 </html>