From daa8ce097b0a01ec0026266e90ee8adc5fdad6cb Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Mon, 22 Apr 2024 10:34:36 +0200 Subject: [PATCH] chore: update README --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dae85ba..7ab449f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# archspec-rs +

+ + + + + banner + + +

+ +

[![Crates.io][crates-badge]][crates-url] ![License][license-badge] @@ -16,12 +26,18 @@ [crates-badge]: https://img.shields.io/crates/v/archspec.svg?style=flat-square [crates-url]: https://crates.io/crates/archspec +

+ +# archspec-rs + An implementation of [archspec](https://github.com/archspec/archspec) in Rust. Archspec aims at providing a standard set of human-understandable labels for various aspects of a system architecture like CPU, network fabrics, etc. and APIs to detect, query and compare them. The original archspec project grew out of [Spack](https://spack.io/) and is currently under active development. -At present it supports APIs to detect and model compatibility relationships among different CPU microarchitectures. +At present, it supports APIs to detect and model compatibility relationships among different CPU microarchitectures. + +Developed with ❤️ at [prefix.dev](https://prefix.dev). ## License