Flesh out README

This commit is contained in:
Alex Page 2023-06-28 22:06:08 -04:00
parent a592e55093
commit dcecf43d10
2 changed files with 27 additions and 5 deletions

View file

@ -1,8 +1,8 @@
//! # UMSKT Rust Edition
//! # Universal MS Key Toolkit (UMSKT) Rust Edition Rust Edition
//!
//! This is an unofficial Rust port of the UMSKT project. It is a pure Rust implementation
//! rather than a binding, so it does not require any C or C++ dependencies and can be
//! built for any platform supported by Rust and `std`.
//! This is an unofficial Rust port of the [UMSKT project](https://github.com/UMSKT/UMSKT/).
//! It is a pure Rust implementation rather than a binding, so it does not require any C or
//! C++ dependencies and can be built for any platform supported by Rust and `std`.
//!
//! It does not include the required `keys.json` file used by UMSKT. That needs to be found elsewhere.
//!