Docs.rs
subtr-actor-0.1.8
subtr-actor 0.1.8
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
colonelpanic8
Dependencies
anyhow ^1.0.98
normal
boxcars ^0.10.4
normal
derive-new ^0.7.0
normal
float-ord ^0.3.2
normal
glam ^0.30.4
normal
lazy_static ^1.5.0
normal
log ^0.4.27
normal
ndarray ^0.16.1
normal
paste ^1.0.15
normal
serde ^1
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
Versions
42.49%
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
Module actor_state
subtr_
actor
0.1.8
Module actor_
state
Module Items
Structs
In crate subtr_
actor
subtr_actor
Module
actor_
state
Copy item path
Source
Structs
ยง
Actor
State
A struct representing the state of an actor.
Actor
State
Modeler
A struct modeling the states of multiple actors at a given point in time. Provides methods to update that state with successive frames from a boxcars::Replay.