Docs.rs
subtr-actor-0.5.0
subtr-actor 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
colonelpanic8
Dependencies
anyhow ^1.0.98
normal
boxcars >=0.11.1, <1.0.0
normal
derive-new >=0.7.0, <1.0.0
normal
erased-serde >=0.4.6, <1.0.0
normal
float-ord >=0.3.2, <1.0.0
normal
glam >=0.31.0, <1.0.0
normal
log >=0.4.27, <1.0.0
normal
ndarray >=0.17.2, <1.0.0
normal
paste ^1.0.15
normal
reqwest >=0.12.15, <1.0.0
normal
optional
serde ^1
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
ts-rs ^11.1.0
normal
Versions
10.32%
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 search
subtr_
actor
0.5.0
Module search
Module Items
Enums
Functions
In crate subtr_
actor
subtr_actor
Module
search
Copy item path
Source
Enums
§
Search
Direction
Enum to define the direction of searching within a collection.
Functions
§
find_
in_
direction
Searches for an item in a slice in a specified direction and returns the first item that matches the provided predicate.