summaryrefslogblamecommitdiff
path: root/html/pollex.html
blob: 5e6b15baec139b27937382ad79aeffb88d1a59a3 (plain) (tree)
1
2
3
4
5
6
7
8
9
               
                

                                      
                                             
                                                                                    
 

                                                                                           
                                                

                                                            


                                                                        

                                                                          

               
                                 
                                                               
 
                               
                                                          



                                                                                                               
                                                                                                                         

                                  
                                                      
 

                                                                                                                                                                                

                                  
                                                                       

                      



                                       
       
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="darkreader-lock">
		<meta name="viewport" content="width=device-width, initial-scale=1">

		<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
		<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
		<title>Pollex | Achernar</title>

		<link href="/css/main.css" rel="stylesheet">
		<noscript>
			<link href="/css/noScript.css" rel="stylesheet">
		</noscript>

		<script src="/js/init.js" type="text/javascript"></script>
	</head>

	<body data-page="pollex">
		<!--#include virtual="/include/header.shtml"-->

		<div id="page">
			<h1 id ="anchor.about">pollex</h1>

			<section>
				<p><em>Pollex</em> is a Rust library for manipulating Arm ISA instructions.</p>
				<br>
				<p>See more at <code><a href="https://crates.io/crates/pollex/">crates.io</a></code>.</p>
			</section>

			<h1 id="anchor.docs">docs</h1>

			<section>
				<p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a>.</p>
			</section>

			<!--#include virtual="/include/footer.shtml"-->
		</div>
	</body>

	<script type="text/javascript">
		init();
	</script>
</html>