Expand description
Concurrent read-only parsing foundations for filesystem, partition table, and image drivers.
Re-exports§
pub use core::BytesDataSource;pub use core::DataSource;pub use core::DataSourceCapabilities;pub use core::DataSourceHandle;pub use core::DataSourceReadConcurrency;pub use core::DataSourceReadStats;pub use core::DataSourceReadStatsSnapshot;pub use core::DataSourceSeekCost;pub use core::Error;pub use core::FileDataSource;pub use core::FormatDescriptor;pub use core::FormatKind;pub use core::FormatProbe;pub use core::ObservedDataSource;pub use core::ProbeCachedDataSource;pub use core::ProbeConfidence;pub use core::ProbeContext;pub use core::ProbeMatch;pub use core::ProbeOptions;pub use core::ProbeRegistry;pub use core::ProbeReport;pub use core::ProbeResult;pub use core::RelatedPathBuf;pub use core::RelatedSourcePurpose;pub use core::RelatedSourceRequest;pub use core::RelatedSourceResolver;pub use core::Result;pub use core::SliceDataSource;pub use core::SourceHints;pub use core::SourceIdentity;