Registry / utility / linspace

linspace

JSON →
library0.2.7rscratesunverified

Turns a range into a linearly spaced sequence of values.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use linspace::Linspace;

Generate 5 linearly spaced values between 0 and 1.

use linspace::Linspace; fn main() { let values: Vec<f64> = Linspace::new(0.0, 1.0, 5).collect(); println!("{:?}", values); }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources