cargo-gamma-lib 0.1.0

Internal library for cargo-gamma
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! Coordinator access to engine-owned mutation operators and collection.

pub mod collect;
pub mod registry;

#[doc(inline)]
pub use collect::{Candidate, collect as collect_candidates, into_mutants};
#[doc(inline)]
pub use registry::{Mutator, Preset, Selection, families, find, find_preset, resolve};