Docs.rs
locus-core-0.3.1
locus-core 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
NoeFontana
Dependencies
bumpalo ^3.20
normal
multiversion ^0.8
normal
nalgebra ^0.34
normal
rand ^0.10
normal
rand_distr ^0.6
normal
rayon ^1.11
normal
rerun ^0.20
normal
optional
serde ^1.0
normal
optional
tracing ^0.1
normal
tracing-tracy ^0.11
normal
optional
csv ^1.3
dev
divan ^0.1
dev
image ^0.25
dev
insta ^1.41
dev
libm ^0.2
dev
proptest ^1.6
dev
rand_chacha ^0.10
dev
serde ^1.0
dev
serde_json ^1.0
dev
tracing-appender ^0.2
dev
tracing-subscriber ^0.3
dev
walkdir ^2.5.0
dev
askama ^0.15
build
serde ^1.0
build
serde_json ^1.0
build
Versions
100%
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
Skip to main content
Module image
locus_
core
0.3.1
Module image
Module Items
Structs
In crate locus_
core
locus_core
Module
image
Copy item path
Source
Expand description
Image buffer abstractions. Stride-aware image view for zero-copy ingestion.
Structs
ยง
Image
View
A view into an image buffer with explicit stride support. This allows handling NumPy arrays with padding or non-standard layouts.