Group imports

This commit is contained in:
Laurenz Stampfl 2025-07-20 14:49:34 +02:00
parent 24d68ba61c
commit 7791162455

View File

@ -1,9 +1,11 @@
use crate::foundations::Bytes;
use hayro_syntax::page::Page;
use hayro_syntax::{LoadPdfError, Pdf};
use std::hash::{Hash, Hasher};
use std::sync::Arc;
use hayro_syntax::page::Page;
use hayro_syntax::{LoadPdfError, Pdf};
use crate::foundations::Bytes;
struct DocumentRepr {
pdf: Arc<Pdf>,
data: Bytes,