diff --git a/src/core/src/manifest.rs b/src/core/src/manifest.rs index 99a8fff2d7..c58f157535 100644 --- a/src/core/src/manifest.rs +++ b/src/core/src/manifest.rs @@ -15,6 +15,8 @@ use crate::signature::SigsTrait; use crate::sketch::Sketch; use crate::Result; +/// Individual manifest record, containing information about sketches. + #[derive(Debug, Serialize, Deserialize, Clone, CopyGetters, Getters, Setters, PartialEq, Eq)] pub struct Record { #[getset(get = "pub", set = "pub")]