Docs.rs
data-access-layer-0.1.1
data-access-layer 0.1.1
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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
read_rgb_image
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
>>