Docs.rs
rustsim-crowd-0.0.1
rustsim-crowd 0.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
federicomarcantognini
Dependencies
cudarc ^0.19
normal
optional
rayon ^1.10
normal
optional
rustsim-broadphase ^0.0.1
normal
rustsim-core ^0.0.1
normal
rustsim-geometry ^0.0.1
normal
thiserror ^2
normal
wide ^0.7
normal
optional
criterion ^0.5
dev
rand ^0.8
dev
Versions
100%
of the crate is documented
Platform
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
Vec2
rustsim_
crowd
0.0.1
In rustsim_
crowd::
common
rustsim_crowd
::
common
Type Alias
Vec2
Copy item path
Source
pub type Vec2 = [
f64
;
2
];
Expand description
2-D vector alias used throughout the crate.