Docs.rs
sklears-compose-0.1.0-beta.1
sklears-compose 0.1.0-beta.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cool-japan
Dependencies
chrono ^0.4
normal
futures ^0.3
normal
num_cpus ^1.17
normal
scirs2-core ^0.1.1
normal
scirs2-optimize ^0.1.1
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
serde_yaml ^0.9
normal
optional
sklears-core ^0.1.0-beta.1
normal
thiserror ^2.0
normal
tokio ^1.47
normal
uuid ^1.19
normal
approx ^0.5
dev
criterion ^0.5
dev
proptest ^1.7
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
CompatibleWith
sklears_
compose
0.1.0-beta.1
Compatible
With
Implementations on Foreign Types
Vec<T>
f64
i32
Implementors
In sklears_
compose::
configuration_
validation
sklears_compose
::
configuration_validation
Trait
Compatible
With
Copy item path
Source
pub trait CompatibleWith<T> { }
Expand description
Type-level compatibility checking
Implementations on Foreign Types
§
Source
§
impl
CompatibleWith
<
f64
> for
f64
Source
§
impl
CompatibleWith
<
i32
> for
i32
Source
§
impl<T>
CompatibleWith
<
Vec
<T>> for
Vec
<T>
Implementors
§