summaryrefslogtreecommitdiff
path: root/posts/2023-04-19-writing-user-friendly-string-functions-practical-rust.php
blob: f7e5e044772814d37e0c87f0c2e6f322026a1ccd (plain) (blame)
1
2
3
4
5
6
7
<h1>Writing user-friendly string functions: Practical Rust</h1>

<p class="description">
	Learn how to accept and return a variety of useful string types that are transparent to users of your functions. Additionally, save some memory allocations by using clone-on-write pointers.
</p>

<iframe width="560" height="315" src="https://www.youtube.com/embed/C-29vdZ6-L8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>