Module types

Module types 

Source
Expand description

Core SARIF data structures and types

This module contains all the data structures that represent the SARIF v2.1.0 object model.

Re-exports§

pub use artifact::ArtifactContent;
pub use artifact::Artifact;
pub use artifact::ArtifactLocation;
pub use artifact::ArtifactRole;
pub use artifact::Hash;
pub use artifact::MultiformatMessageString;
pub use location::Address;
pub use location::Location;
pub use location::LocationRelationship;
pub use location::LogicalLocation;
pub use location::PhysicalLocation;
pub use location::Region;
pub use enums::*;
pub use message::*;
pub use result::*;
pub use run::*;
pub use sarif_log::*;
pub use tool::*;

Modules§

artifact
SARIF artifact-related types
enums
SARIF enumeration types
extensions
SARIF extension and custom property support
location
SARIF location-related types
message
SARIF message types
result
SARIF result-related types
run
SARIF run-related types
sarif_log
SARIF root object types
tool
SARIF tool-related types