Docs.rs
terrand-rs-0.1.0
terrand-rs 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
i-norden
Dependencies
ndarray ^0.17
normal
rayon =1.10.0
normal
optional
rayon-core =1.12.1
normal
optional
thiserror ^2
normal
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
Module error
terrand
0.1.0
Module error
Module Items
Enums
Type Aliases
In crate terrand
terrand
Module
error
Copy item path
Source
Expand description
Error types returned by fallible terrand operations.
Enums
§
Error
Errors returned by terrand operations.
Type Aliases
§
Result
Convenience alias for
Result<T, terrand::Error>
.