Docs.rs
eryon-surface-0.0.3
eryon-surface 0.0.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
anyhow ^1
normal
optional
approx ^0.5
normal
optional
chrono ^0.4
normal
optional
concision ^0.2.0
normal
eryon-core ^0.0.3
normal
humantime ^2
normal
optional
ndarray ^0.16
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
paste ^1
normal
rayon ^1
normal
optional
rshyper ^0.1.8
normal
rstmt ^0.0.5
normal
rustfft ^6
normal
scsys ^0.3.0
normal
serde ^1
normal
optional
serde_derive ^1
normal
optional
serde_json ^1
normal
optional
smart-default ^0.7
normal
strum ^0.27
normal
thiserror ^2
normal
time ^0.3
normal
optional
tracing ^0.1
normal
optional
humantime ^2
dev
tracing-subscriber ^0.3
dev
Versions
82.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
IsSquare
eryon_
surface
0.0.3
IsSquare
Required Methods
is_square
Implementations on Foreign Types
ArrayBase<S, D>
Implementors
In crate eryon_
surface
eryon_surface
Trait
IsSquare
Copy item path
Source
pub trait IsSquare { // Required method fn
is_square
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_square
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl<S, D>
IsSquare
for
ArrayBase
<S, D>
where D:
Dimension
, S:
RawData
,
Source
§
fn
is_square
(&self) ->
bool
Implementors
§