From 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sun, 5 Mar 2023 21:45:44 +0100 Subject: Add gh action badges --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9727b14..e5f7014 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # juicebox-asm +[![Rust][wf-badge]][wf-output] [![Rustdoc][doc-badge]][doc-html] + +[wf-output]: https://github.com/johannst/juicebox-asm/actions/workflows/tests.yml +[wf-badge]: https://github.com/johannst/juicebox-asm/actions/workflows/tests.yml/badge.svg +[doc-html]: https://johannst.github.io/juicebox-asm +[doc-badge]: https://img.shields.io/badge/juicebox__asm-rustdoc-blue.svg?style=flat&logo=rust + +[![tests]()]() + An `x64` jit assembler for learning purpose with the following two main goals: - Learn about x64 instruction encoding. - Learn how to use the rust type system to disallow invalid operands. -- cgit v1.2.3