justpdf_core/annot/
mod.rs1pub mod appearance;
2pub mod builder;
3pub mod parse;
4pub mod redact;
5pub mod types;
6
7pub use builder::{add_annotation, delete_annotation, AnnotationBuilder};
8pub use parse::{get_all_annotations, get_annotations};
9pub use types::*;