Docs.rs
ginger-rs-0.1.4
ginger-rs 0.1.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
luk036
Dependencies
lds-rs ^0.1.6
normal
num-complex ^0.4
normal
num-traits ^0.2.19
normal
rayon ^1.12.0
normal
approx_eq ^0.1.8
dev
criterion ^0.8.2
dev
proptest ^1.4
dev
Versions
94.59%
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
Module vector2_ref
ginger
0.1.4
Module vector2_
ref
Module Items
Structs
In crate ginger
ginger
Module
vector2_
ref
Copy item path
Source
Expand description
This module implements a simple 2D vector reference.
Structs
ยง
Vector2
Ref
A reference-based 2D vector implementation that holds mutable references to f64 values.