blob: a60c1862ed2809065c868ba402ce68585b4c6ed0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<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 id="title">Pollex | Achernar</title>
<link href="/css/main.css" rel="stylesheet">
<noscript>
<link href="/css/noScript.css" rel="stylesheet">
</noscript>
</head>
<body data-page="pollex" data-theme="Dark" id="body">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
<p id="contentHeading">Pollex</p>
<section>
<p><em>Pollex</em> is a Rust library for manipulating Arm ISA instructions.</p>
<br>
<p>See more at <span class="code"><a href="https://crates.io/crates/pollex/">crates.io</a></span>.</p>
</section>
<section>
<p class="heading">Docs</p>
<p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><span class="code">docs.rs</span></a>.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
<!--#include virtual="/include/initScripts.shtml"-->
</body>
</html>
|