Docs.rs
data-access-layer-0.1.1
data-access-layer 0.1.1
Permalink
Docs.rs crate page
Links
crates.io
Source
Owners
tobiemh
Dependencies
image ^0.24.8
normal
pyo3 ^0.20.0
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
data_
access_
layer
0.1.1
In data_
access_
layer::
python_
api
data_access_layer
::
python_api
Function
read_rgb_image
Copy item path
Source
pub fn read_rgb_image( path:
String
, width:
usize
, height:
usize
, ) ->
PyResult
<
Vec
<
u8
>>