Docs.rs
  • hamcrest2-0.3.0
    • hamcrest2 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Valloric
    • Dependencies
      • num ^0.2 normal
      • regex ^1 normal
    • Versions
    • 5.56% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

hamcrest20.3.0

Crate Items

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

List of all items

Structs

  • matchers::all::All
  • matchers::any::Any
  • matchers::anything::Anything
  • matchers::close_to::CloseTo
  • matchers::compared_to::ComparedTo
  • matchers::contains::Contains
  • matchers::empty::Empty
  • matchers::equal_to::EqualTo
  • matchers::err::IsErr
  • matchers::has::Has
  • matchers::is::Is
  • matchers::is::IsNot
  • matchers::len::OfLen
  • matchers::none::IsNone
  • matchers::ok::IsOk
  • matchers::path_exists::PathExists
  • matchers::regex::MatchesRegex
  • matchers::some::IsSome
  • matchers::type_of::TypeOf

Enums

  • matchers::path_exists::PathType

Traits

  • core::Matcher

Macros

  • all
  • all_of
  • any
  • any_of
  • assert_that
  • prelude::all
  • prelude::all_of
  • prelude::any
  • prelude::any_of
  • prelude::assert_that
  • prelude::or

Functions

  • core::assert_that
  • core::expect
  • core::success
  • matchers::all::all
  • matchers::any::any
  • matchers::anything::anything
  • matchers::close_to::close_to
  • matchers::compared_to::greater_than
  • matchers::compared_to::greater_than_or_equal_to
  • matchers::compared_to::less_than
  • matchers::compared_to::less_than_or_equal_to
  • matchers::contains::contains
  • matchers::empty::empty
  • matchers::equal_to::equal_to
  • matchers::err::err
  • matchers::has::has
  • matchers::is::is
  • matchers::is::is_not
  • matchers::len::len
  • matchers::none::none
  • matchers::ok::ok
  • matchers::path_exists::dir_exists
  • matchers::path_exists::file_exists
  • matchers::path_exists::path_exists
  • matchers::regex::matches_regex
  • matchers::some::some
  • matchers::type_of::type_of

Type Aliases

  • core::MatchResult