mirror of
				https://github.com/bspeice/bspeice.github.io
				synced 2025-11-04 02:10:26 -05:00 
			
		
		
		
	Add a new Rust article!
This commit is contained in:
		
							
								
								
									
										123
									
								
								tag/rust.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										123
									
								
								tag/rust.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,123 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
    <head>
 | 
			
		||||
        <meta charset="utf-8">
 | 
			
		||||
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
			
		||||
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
        <meta name="description" content=" Rust">
 | 
			
		||||
        <meta name="keywords" content="">
 | 
			
		||||
        <link rel="icon" href="https://bspeice.github.io/favicon.ico">
 | 
			
		||||
 | 
			
		||||
        <title> Rust - Bradlee Speice</title>
 | 
			
		||||
 | 
			
		||||
        <!-- Stylesheets -->
 | 
			
		||||
        <link href="https://bspeice.github.io/theme/css/bootstrap.min.css" rel="stylesheet">
 | 
			
		||||
        <link href="https://bspeice.github.io/theme/css/fonts.css" rel="stylesheet">
 | 
			
		||||
        <link href="https://bspeice.github.io/theme/css/nest.css" rel="stylesheet">
 | 
			
		||||
        <link href="https://bspeice.github.io/theme/css/pygment.css" rel="stylesheet">
 | 
			
		||||
        <!-- /Stylesheets -->
 | 
			
		||||
 | 
			
		||||
        <!-- RSS Feeds -->
 | 
			
		||||
        <link href="https://bspeice.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Bradlee Speice Full Atom Feed" />
 | 
			
		||||
        <!-- /RSS Feeds -->
 | 
			
		||||
 | 
			
		||||
        <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
 | 
			
		||||
        <!--[if lt IE 9]>
 | 
			
		||||
          <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 | 
			
		||||
          <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
        <![endif]-->
 | 
			
		||||
 | 
			
		||||
        <!-- Google Analytics -->
 | 
			
		||||
        <script>
 | 
			
		||||
          (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 | 
			
		||||
          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 | 
			
		||||
          m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 | 
			
		||||
          })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 | 
			
		||||
 | 
			
		||||
          ga('create', 'UA-74711362-1', 'auto');
 | 
			
		||||
          ga('send', 'pageview');
 | 
			
		||||
        </script>
 | 
			
		||||
        <!-- /Google Analytics -->
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    </head>
 | 
			
		||||
 | 
			
		||||
    <body>
 | 
			
		||||
 | 
			
		||||
        <!-- Header -->
 | 
			
		||||
    <div class="header-container gradient">
 | 
			
		||||
 | 
			
		||||
            <!-- Static navbar -->
 | 
			
		||||
            <div class="container">
 | 
			
		||||
                <div class="header-nav">
 | 
			
		||||
                    <div class="header-logo">
 | 
			
		||||
                        <a class="pull-left" href="https://bspeice.github.io/"><img class="mr20" src="https://bspeice.github.io/images/logo.svg" alt="logo">Bradlee Speice</a>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="nav pull-right">
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
            <!-- /Static navbar -->
 | 
			
		||||
 | 
			
		||||
            <!-- Header -->
 | 
			
		||||
    <div class="container header-wrapper">
 | 
			
		||||
        <div class="row">
 | 
			
		||||
              <div class="col-lg-12">
 | 
			
		||||
                  <div class="header-content">
 | 
			
		||||
                      <h1 class="header-title text-uppercase"> : #Rust</h1>
 | 
			
		||||
                      <div class="header-underline"></div>
 | 
			
		||||
                      <p class="header-subtitle header-subtitle-homepage"> #Rust</p>
 | 
			
		||||
                  </div>
 | 
			
		||||
              </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
            <!-- /Header -->
 | 
			
		||||
 | 
			
		||||
        </div>
 | 
			
		||||
        <!-- /Header -->
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        <!-- Content -->
 | 
			
		||||
    <div class="archive-container">
 | 
			
		||||
        <div class="container content archive">
 | 
			
		||||
            <h2><a href="https://bspeice.github.io/tag/rust.html">Rust</a></h2>
 | 
			
		||||
            <dl class="dl-horizontal">
 | 
			
		||||
            	<dt>Sat 22 October 2016</dt>
 | 
			
		||||
            	<dd><a href="https://bspeice.github.io/a-rustic-re-podcasting-server-part-1.html">A Rustic Re-Podcasting Server (Part 1)</a></dd>
 | 
			
		||||
            </dl>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
        <!-- /Content --> 
 | 
			
		||||
 | 
			
		||||
        <!-- Footer -->
 | 
			
		||||
        <div class="footer gradient-2">
 | 
			
		||||
            <div class="container footer-container ">
 | 
			
		||||
                <div class="row">
 | 
			
		||||
                    <div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
 | 
			
		||||
                        <div class="footer-title"></div>
 | 
			
		||||
                        <ul class="list-unstyled">
 | 
			
		||||
                            <li><a href="https://bspeice.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"></a></li>
 | 
			
		||||
                        </ul>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
 | 
			
		||||
                        <div class="footer-title"></div>
 | 
			
		||||
                        <ul class="list-unstyled">
 | 
			
		||||
                            <li><a href="https://github.com/bspeice" target="_blank">Github</a></li>
 | 
			
		||||
                            <li><a href="https://www.linkedin.com/in/bradleespeice" target="_blank">LinkedIn</a></li>
 | 
			
		||||
                        </ul>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
 | 
			
		||||
                    </div> 
 | 
			
		||||
                    <div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
 | 
			
		||||
                        <p class="pull-right text-right">
 | 
			
		||||
                            <small><em>Proudly powered by <a href="http://docs.getpelican.com/" target="_blank">pelican</a></em></small><br/>
 | 
			
		||||
                            <small><em>Theme and code by <a href="https://github.com/molivier" target="_blank">molivier</a></em></small><br/>
 | 
			
		||||
                            <small></small>
 | 
			
		||||
                        </p>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <!-- /Footer -->
 | 
			
		||||
    </body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user