Docs.rs
  • regmock-rs-0.1.0
    • regmock-rs 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andreasWallnerIFX
    • Dependencies
      • derive_builder ^0.12.0 normal
      • itertools ^0.11.0 normal
      • log ^0.4.19 normal
      • phf ^0.11 normal
      • serde ^1.0.183 normal
      • serde_json ^1.0.104 normal
      • closure ^0.3.0 dev
    • Versions
    • 93.75% 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

regmock_rs0.1.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • matchers::AllWritesBeforeWritesTo
  • matchers::LogSequenceMatcher
  • matchers::MatchError
  • matchers::NotWrittenMatcher
  • matchers::ReadLastMatcher
  • matchers::ValuesWrittenAre
  • matchers::WrittenOnceMatcher
  • matchers::WrittenToBeforeWriteTo
  • utils::IterRegmockLogDecoded
  • utils::IterRegmockLogNoPolling
  • utils::RegisterAccess
  • utils::RegisterAccessBuilder
  • utils::Regmock
  • utils::RegmockLog

Enums

  • MockError
  • utils::RegisterAccessBuilderError
  • utils::RegisterAccessType

Traits

  • matchers::LogMatcher

Macros

  • given
  • require_reg
  • require_seq

Functions

  • callbacks
  • init_regmock
  • logging
  • logs
  • read_fn
  • silent
  • utils::access_gen::read
  • utils::access_gen::read_value
  • utils::access_gen::write
  • utils::access_gen::write_value
  • wait_until_polled
  • with_mock
  • write_fn

Type Aliases

  • utils::ReadFunction
  • utils::RegisterMap
  • utils::WriteFunction