Docs.rs
scirs2-numpy-0.1.0-rc.4
scirs2-numpy 0.1.0-rc.4
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
half ^2.7.1
normal
optional
libc ^0.2.178
normal
nalgebra >=0.30, <0.35
normal
optional
ndarray ^0.17.1
normal
num-complex ^0.4.6
normal
num-integer ^0.1.46
normal
num-traits ^0.2.19
normal
pyo3 ^0.27.2
normal
rustc-hash ^2.1
normal
pyo3-build-config ^0.27
build
Versions
100%
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
Module convert
scirs2_
numpy
0.1.0-rc.4
Module convert
Module Items
Traits
In crate scirs2_
numpy
scirs2_numpy
Module
convert
Copy item path
Source
Expand description
Defines conversion traits between Rust types and NumPy data types.
Traits
ยง
Into
PyArray
Conversion trait from owning Rust types into
PyArray
.
NpyIndex
Trait implemented by types that can be used to index an array.
ToNpy
Dims
Utility trait to specify the dimensions of an array.
ToPy
Array
Conversion trait from borrowing Rust types to
PyArray
.