Docs.rs
opendp-0.9.0-dev.20240110.1
opendp 0.9.0-dev.20240110.1
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
opendp-dev
Dependencies
az ^1.2.0
normal
gmp-mpfr-sys ^1.4.7
normal
lazy_static ^1.4.0
normal
num ^0.3.1
normal
opendp_derive ^0.9.0-dev.20240110.1
normal
opendp_tooling ^0.9.0-dev.20240110.1
normal
openssl ^0.10.29
normal
rand ^0.7.3
normal
readonly ^0.2
normal
rug ^1.14.0
normal
statrs ^0.13.0
normal
thiserror ^1.0.24
normal
vega_lite_4 ^0.6.0
normal
criterion ^0.4
dev
opendp_tooling ^0.9.0-dev.20240110.1
build
proc-macro2 ^1.0
build
syn ^1.0
build
Versions
42.01%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
opendp
0.9.0-dev.20240110.1
In opendp::traits::operations
?
Function
opendp
::
traits
::
operations
::
min_by
source
·
[
−
]
fn min_by<T, F:
FnOnce
(
&T
,
&T
) ->
Fallible
<
Ordering
>>( v1: T, v2: T, compare: F ) ->
Fallible
<T>