Docs.rs
  • asserting-0.5.0
    • asserting 0.5.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • haraldmaida
    • Dependencies
      • float-cmp ^0.10 normal optional
      • hashbrown ^0.15 normal
      • regex ^1 normal optional
      • sdiff ^0.1 normal optional
      • anyhow ^1 dev
      • proptest ^1 dev
      • serial_test ^3 dev
      • time ^0.3 dev
      • version-sync ^0.9 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • 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

asserting0.5.0

Module expectations

Module Items

  • Structs

In crate asserting

asserting

Module expectations

Source
Expand description

Definitions of the expectations that are provided by this crate.

Structsยง

DoesNotPanicpanic
DoesPanicpanic
HasAtLeastCharCount
HasAtLeastLength
HasAtMostCharCount
HasAtMostLength
HasCharCount
HasCharCountGreaterThan
HasCharCountInRange
HasCharCountLessThan
HasError
HasLength
HasLengthGreaterThan
HasLengthInRange
HasLengthLessThan
HasValue
IsANumber
IsAfter
IsAtLeast
IsAtMost
IsBefore
IsBetween
IsCloseTo
IsEmpty
IsEqualTo
IsErr
IsFalse
IsFinite
IsGreaterThan
IsInRange
IsInfinite
IsLessThan
IsNegative
IsNone
IsNotANumber
IsNotCloseTo
IsNotEmpty
IsNotEqualTo
IsNotInRange
IsNotNegative
IsNotPositive
IsOk
IsOne
IsPositive
IsSome
IsTrue
IsZero
IterContains
IterContainsAllInOrder
IterContainsAllOf
IterContainsAnyOf
IterContainsExactly
IterContainsExactlyInAnyOrder
IterContainsOnly
IterContainsOnlyOnce
IterContainsSequence
IterEndsWith
IterStartsWith
Predicate
StringContains
StringContainsAnyOf
StringEndsWith
StringMatchesregex
StringStartWith