summaryrefslogtreecommitdiff
path: root/include/pollex.php
blob: d4b9e69c612470c195b0bc79870b83b3ab404040 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php addHeading("Pollex", "about"); ?>

<section>
	<p><em>Pollex</em> is a Rust crate for manipulating Arm ISA instructions. Its goal is to be used as a backend for Arm emulators, assemblers etc.</p>
	<br>
	<p>Currently, only the legacy 32-bit architectures are supported (if barely), but complete support is planned in the future.</p>
	<br>
	<p>See more at <a href="https://crates.io/crates/pollex/"><code>crates.io</code></a>.</p>
</section>

<?php addHeading("Docs", "docs"); ?>

<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>