diff options
Diffstat (limited to 'include/pollex.php')
-rw-r--r-- | include/pollex.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/pollex.php b/include/pollex.php new file mode 100644 index 0000000..d4b9e69 --- /dev/null +++ b/include/pollex.php @@ -0,0 +1,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> |