Docs.rs
  • modality-mutator-protocol-0.3.0
    • modality-mutator-protocol 0.3.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jonlamb-gh
    • Dependencies
      • async-trait ^0.1.52 normal
      • minicbor ^0.13.1 normal optional
      • modality-api ^0.3.0 normal
      • schemars ^0.8.8 normal optional
      • serde ^1.0 normal optional
      • thiserror ^1 normal
      • uuid ^1 normal
      • tokio ^1 dev
      • tracing ^0.1 dev
    • Versions
    • 12.9% of the crate is documented
  • 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

modality_mutator_protocol0.3.0

Module params_attributes

Module Items

  • Constants
  • Functions

In crate modality_mutator_protocol

modality_mutator_protocol

Module params_attributes

Source

Constants§

MUTATOR_PARAMS_DEFAULT_VALUE_SUFFIX
MUTATOR_PARAMS_DESCRIPTION_SUFFIX
MUTATOR_PARAMS_LEAST_EFFECT_VALUE_SUFFIX
MUTATOR_PARAMS_NAME_SUFFIX
MUTATOR_PARAMS_PREFIX
MUTATOR_PARAMS_UNITS_SUFFIX
MUTATOR_PARAMS_VALUE_DISTRIBUTION_INTERFIX
MUTATOR_PARAMS_VALUE_DISTRIBUTION_KIND_SUFFIX
MUTATOR_PARAMS_VALUE_DISTRIBUTION_OPTION_SET_INTERFIX
MUTATOR_PARAMS_VALUE_DISTRIBUTION_OPTION_SET_SUFFIX
MUTATOR_PARAMS_VALUE_DISTRIBUTION_SCALING_SUFFIX
MUTATOR_PARAMS_VALUE_MAX_SUFFIX
MUTATOR_PARAMS_VALUE_MIN_SUFFIX
MUTATOR_PARAMS_VALUE_TYPE_SUFFIX

Functions§

is_valid_param_key
Mutator parameter-specific attributes have keys in the format: mutator.params.<param-key>.rest.of.key where <param-key> must be ASCII and not contain any periods.
is_valid_single_key_segment_contents
Must be ASCII and contain no periods