[][src]Module escargot::format

Serialization formats for cargo messages.

Modules

diagnostic

This module contains Diagnostic and the types/functions it uses for deserialization.

test

Test runner emitted events.

Structs

Artifact

A compiler-generated file.

ArtifactProfile

Profile settings used to determine which compiler flags to use for a target.

BuildScript

Output of a Build Script execution.

FromCompiler

Message left by the compiler

Target

A single target (lib, bin, example, ...) provided by a crate

WorkspaceMember

A workspace member. This is basically identical to cargo::core::package_id::PackageId, except that this does not use Arc internally.

Enums

Message

A cargo message