Docs.rs
datum-core-0.4.0
datum-core 0.4.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ValerioL29
Dependencies
arc-swap ^1.7
normal
crossbeam-queue ^0.3
normal
flate2 ^1.1.9
normal
futures ^0.3.32
normal
futures-core ^0.3.32
normal
pin-project-lite ^0.2.17
normal
ractor ^0.15.13
normal
ractor_cluster ^0.15.13
normal
optional
smallvec ^1.15.1
normal
thiserror ^2.0.18
normal
tokio ^1
normal
criterion ^0.8.2
dev
Versions
13.98%
of the crate is documented
Platform
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
Skip to main content
assert_next_eq
datum
0.4.0
In datum::
testkit
datum
::
testkit
Function
assert_
next_
eq
Copy item path
Source
pub fn assert_next_eq<T>(actual:
&T
, expected:
&T
)
where T:
Debug
+
PartialEq
,