<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community:  UnsafeCell&lt;Anxiety&lt;T&gt;&gt;</title>
    <description>The latest articles on DEV Community by  UnsafeCell&lt;Anxiety&lt;T&gt;&gt; (@statictypedanxiety).</description>
    <link>https://dev.to/statictypedanxiety</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F360360%2F0d201886-f065-4946-a54f-30c78f367fd8.jpg</url>
      <title>DEV Community:  UnsafeCell&lt;Anxiety&lt;T&gt;&gt;</title>
      <link>https://dev.to/statictypedanxiety</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/statictypedanxiety"/>
    <language>en</language>
    <item>
      <title>Writting Simple OnceCell</title>
      <dc:creator> UnsafeCell&lt;Anxiety&lt;T&gt;&gt;</dc:creator>
      <pubDate>Wed, 28 Feb 2024 12:02:42 +0000</pubDate>
      <link>https://dev.to/statictypedanxiety/writting-simple-oncecell-1gbd</link>
      <guid>https://dev.to/statictypedanxiety/writting-simple-oncecell-1gbd</guid>
      <description>&lt;p&gt;Always been interested in how rust handles mutability internally and started reading up on UnsafeCell and MaybeUinit. &lt;/p&gt;

&lt;p&gt;Decided to write a simple OnceCell, will try to make it static in the future.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/StaticallyTypedAnxiety"&gt;
        StaticallyTypedAnxiety
      &lt;/a&gt; / &lt;a href="https://github.com/StaticallyTypedAnxiety/SimpleCell"&gt;
        SimpleCell
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      An example of implementing a Simple OnceCell
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;SimpleCell&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Very simple implementation of a OnceCell that can be initialized only once&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/StaticallyTypedAnxiety/SimpleCell"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>rust</category>
      <category>typesystems</category>
      <category>demo</category>
    </item>
  </channel>
</rss>
