Magic486/moon_mutest/io does not have a README file
pub(all) struct MutationManifest {
summary : MutationSummary
candidates : Array[MutationCandidate]
} derive(Eq, ToJson, Debug)fn discover_with_profile(source : String, profile : RuleProfile, file? : String) -> Array[MutationCandidate]fn format_manifest_json_with_profile(source : String, profile : RuleProfile, file? : String) -> Stringfn manifest_with_profile(source : String, profile : RuleProfile, file? : String) -> MutationManifestfn summarize_candidates(file : String, candidates : ArrayView[MutationCandidate]) -> MutationSummaryMutation testing toolkit for MoonBit projects
Dependencies