rust/pv: Fix some comments

The library is used by multiple PV related tools, not only for managing
the guest secret store.
Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2024-10-15 16:55:34 +00:00
committed by Steffen Eiden
parent 17aba9322e
commit fe2946f76c
13 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
unused_qualifications
)]
#![doc = include_str!("../README.md")]
//! # Manage guest secret store
//! # Library for Protected Virtualization (PV) related tools
//!
//! This crate provides functionalities for creating add-secret requests. Also provides support for
//! sending those requests, list all stored secrets, and lock the secret store.