Docs.rs
lox-core-0.1.0-alpha.6
lox-core 0.1.0-alpha.6
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
helgee
Dependencies
chrono ^0.4.43
normal
optional
fast_polynomial ^0.3.0
normal
glam ^0.30.9
normal
lox-test-utils ^0.1.0-alpha.5
normal
num ^0.4.3
normal
regex ^1.12.2
normal
serde ^1.0.228
normal
optional
thiserror ^2.0.17
normal
proptest ^1.9.0
dev
rstest ^0.26.1
dev
Versions
100%
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 utils
lox_
core
0.1.0-alpha.6
Module utils
Module Items
Structs
In crate lox_
core
lox_core
Module
utils
Copy item path
Source
Expand description
General-purpose utilities.
Structs
ยง
Linspace
An iterator that yields
n
evenly spaced values from
start
to
end
(inclusive).