From 6a8cc623e3a3079d89e6860b92506578ddf7bee1 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Wed, 7 Feb 2024 12:41:59 -0700 Subject: [PATCH] docs: added header --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2a8d5d1..85c4846 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# HWAPI +This API provides a backend for fetching information about hardware. + +Current information fetched includes: +- CPU info (Intel ARK, AMD Product Database) +- USB info (VID/PID mapping) + ## Building Building this project requires installing the rust toolchain.