Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 18, 2024
1 parent cc8dbc6 commit 1ee2f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 1ee2f34

Please sign in to comment.