//! Core SARIF data structures and types
//!
//! This module contains all the data structures that represent the SARIF v2.1.0 object model.
// Re-export all types for convenience
// Artifact module exports (with conflict resolution)
pub use ArtifactContent;
pub use ; // Primary ArtifactContent definition
// Other modules
pub use *;
pub use ;
// Skip location::ArtifactContent to avoid conflict
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
// Module declarations