From e7cb91d727bd9fbb332d09d8ac254b0bd6c46e88 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 3 Jul 2021 22:07:12 -0700 Subject: add crate badges and bump to 0.1.0! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5f72f7e..0e181bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ## yaxpeax-arch +[![crate](https://img.shields.io/crates/v/yaxpeax-arch.svg?logo=rust)](https://crates.io/crates/yaxpeax-arch) +[![documentation](https://docs.rs/yaxpeax-arch/badge.svg)](https://docs.rs/yaxpeax-arch) + shared traits for architecture definitions, instruction decoders, and related interfaces for instruction decoders from the yaxpeax project. ### implementations @@ -38,6 +41,3 @@ there are numerous architectures for which decoders are implemented, at varying the canonical copy of `yaxpeax-arch` is at [https://git.iximeow.net/yaxpeax-arch](https://git.iximeow.net/yaxpeax-arch). `yaxpeax-arch` is also mirrored on GitHub at [https://www.github.com/iximeow/yaxpeax-arch](https://www.github.com/iximeow/yaxpeax-arch). - -### ! user beware ! -these interfaces will almost certainly move and change. the version number is `0.0.4` and i mean it with every fiber of my being. -- cgit v1.1