Docs.rs
  • nextest-runner-0.2.0
    • nextest-runner 0.2.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • sunshowers
    • nextest-bot
    • Dependencies
      • aho-corasick ^0.7.18 normal
      • camino ^1.0.7 normal
      • cargo_metadata ^0.14.1 normal
      • chrono ^0.4.19 normal
      • config ^0.11.0 normal
      • crossbeam-channel ^0.5.2 normal
      • ctrlc ^3.2.1 normal
      • debug-ignore ^1.0.1 normal
      • duct ^0.13.5 normal
      • guppy ^0.13.0 normal
      • home ^0.5.3 normal
      • humantime-serde ^1.0.1 normal
      • indent_write ^2.2.0 normal
      • nextest-metadata ^0.1.0 normal
      • num_cpus ^1.13.1 normal
      • once_cell ^1.9.0 normal
      • owo-colors ^3.2.0 normal
      • quick-junit ^0.1.5 normal
      • rayon ^1.5.1 normal
      • serde ^1.0.136 normal
      • serde_json ^1.0.79 normal
      • strip-ansi-escapes ^0.1.1 normal
      • target-spec ^1.0 normal
      • toml ^0.5.8 normal
      • twox-hash ^1.6.2 normal
      • color-eyre ^0.6.0 dev
      • indoc ^1.0.3 dev
      • maplit ^1.0.2 dev
      • pretty_assertions ^1.1.0 dev
      • proptest ^1.0.0 dev
      • proptest-derive ^0.3.0 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate nextest_runner

logo
Change settings

List of all items

Structs

  • config::NextestConfig
  • config::NextestJunitConfig
  • config::NextestProfile
  • errors::ConfigParseError
  • errors::JunitError
  • errors::PartitionerBuilderParseError
  • errors::ProfileNotFound
  • errors::RunIgnoredParseError
  • errors::StatusLevelParseError
  • errors::TestOutputDisplayParseError
  • reporter::TestReporter
  • reporter::TestReporterBuilder
  • runner::ExecuteStatus
  • runner::ExecutionStatuses
  • runner::RunStats
  • runner::TestRunner
  • runner::TestRunnerBuilder
  • signal::SignalHandler
  • target_runner::TargetRunner
  • test_filter::TestFilter
  • test_filter::TestFilterBuilder
  • test_list::RustTestArtifact
  • test_list::RustTestSuite
  • test_list::TestInstance
  • test_list::TestList

Enums

  • errors::FromMessagesError
  • errors::ParseTestListError
  • errors::TargetRunnerError
  • errors::WriteEventError
  • errors::WriteTestListError
  • partition::PartitionerBuilder
  • reporter::CancelReason
  • reporter::StatusLevel
  • reporter::TestEvent
  • reporter::TestOutputDisplay
  • runner::ExecutionDescription
  • runner::ExecutionResult
  • test_filter::RunIgnored
  • test_list::OutputFormat
  • test_list::SerializableFormat

Traits

  • partition::Partitioner