Docs.rs
cfpyo3_rs_core-0.2.2
cfpyo3_rs_core 0.2.2
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
carefree0910
Dependencies
anyhow ^1.0.89
normal
bytes ^1.7.2
normal
futures ^0.3.30
normal
itertools ^0.13.0
normal
md-5 ^0.10.6
normal
memmap2 ^0.9.5
normal
ndarray-rand ^0.14.0
normal
optional
num-traits ^0.2.19
normal
numpy ^0.25.0
normal
opendal ^0.50.0
normal
optional
rand ^0.8.5
normal
optional
rayon ^1.10.0
normal
redis ^0.26.1
normal
optional
tokio ^1.40.0
normal
optional
criterion ^0.5.1
dev
tempfile ^3.13.0
dev
Versions
19.84%
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
sum_axis1
cfpyo3_
core
0.2.2
In cfpyo3_
core::
toolkit::
array
cfpyo3_core
::
toolkit
::
array
Function
sum_
axis1
Copy item path
Source
pub fn sum_axis1<T:
AFloat
>(a: &
ArrayView2
<'_, T>, num_threads:
usize
) ->
Vec
<T>