Skip to content

Commit

Permalink
chore: update README (#10)
Browse files Browse the repository at this point in the history
Adds some prefix.dev branding to the repository.
  • Loading branch information
baszalmstra committed Apr 22, 2024
1 parent 3c5fe8f commit a88dffa
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# archspec-rs
<h1>
<a href="https://github.com/prefix-dev/archspec-rs/">
<picture>
<source srcset="https://github.com/prefix-dev/archspec-rs/assets/4995967/b7ecaccb-8421-46cb-926b-5f578a0f09fb" type="image/webp">
<source srcset="https://github.com/prefix-dev/archspec-rs/assets/4995967/7a12c724-ab7c-43b1-b44c-30a27020a49f" type="image/png">
<img src="https://github.com/prefix-dev/archspec-rs/assets/4995967/7a12c724-ab7c-43b1-b44c-30a27020a49f" alt="banner">
</picture>
</a>
</h1>

<h1 align="center">

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

</h1>

# 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

Expand Down

0 comments on commit a88dffa

Please sign in to comment.