Docs.rs
concision-core-0.3.1
concision-core 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
anyhow ^1
normal
approx ^0.5
normal
optional
concision-init ^0.3.1
normal
optional
concision-params ^0.3.1
normal
concision-traits ^0.3.1
normal
hashbrown ^0.16
normal
ndarray ^0.17
normal
num-complex ^0.4
normal
optional
num-integer ^0.1
normal
num-traits ^0.2
normal
paste ^1
normal
rayon ^1
normal
optional
rspace-traits ^0.0.8
normal
rustfft ^6
normal
optional
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
tracing ^0.1
normal
optional
variants ^0.0.1
normal
wasm-bindgen ^0.2
normal
optional
lazy_static ^1
dev
Versions
55.5%
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
Squared
concision_
core
0.3.1
Squared
Required Associated Types
Output
Required Methods
pow2
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate concision_
core
concision_core
Trait
Squared
Copy item path
Source
pub trait Squared { type
Output
; // Required method fn
pow2
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
pow2
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl
Squared
for
f32
Source
§
type
Output
=
f32
Source
§
fn
pow2
(self) -> <
f32
as
Squared
>::
Output
Source
§
impl
Squared
for
f64
Source
§
type
Output
=
f64
Source
§
fn
pow2
(self) -> <
f64
as
Squared
>::
Output
Source
§
impl
Squared
for
i8
Source
§
type
Output
=
i8
Source
§
fn
pow2
(self) -> <
i8
as
Squared
>::
Output
Source
§
impl
Squared
for
i16
Source
§
type
Output
=
i16
Source
§
fn
pow2
(self) -> <
i16
as
Squared
>::
Output
Source
§
impl
Squared
for
i32
Source
§
type
Output
=
i32
Source
§
fn
pow2
(self) -> <
i32
as
Squared
>::
Output
Source
§
impl
Squared
for
i64
Source
§
type
Output
=
i64
Source
§
fn
pow2
(self) -> <
i64
as
Squared
>::
Output
Source
§
impl
Squared
for
i128
Source
§
type
Output
=
i128
Source
§
fn
pow2
(self) -> <
i128
as
Squared
>::
Output
Source
§
impl
Squared
for
isize
Source
§
type
Output
=
isize
Source
§
fn
pow2
(self) -> <
isize
as
Squared
>::
Output
Source
§
impl
Squared
for
u8
Source
§
type
Output
=
u8
Source
§
fn
pow2
(self) -> <
u8
as
Squared
>::
Output
Source
§
impl
Squared
for
u16
Source
§
type
Output
=
u16
Source
§
fn
pow2
(self) -> <
u16
as
Squared
>::
Output
Source
§
impl
Squared
for
u32
Source
§
type
Output
=
u32
Source
§
fn
pow2
(self) -> <
u32
as
Squared
>::
Output
Source
§
impl
Squared
for
u64
Source
§
type
Output
=
u64
Source
§
fn
pow2
(self) -> <
u64
as
Squared
>::
Output
Source
§
impl
Squared
for
u128
Source
§
type
Output
=
u128
Source
§
fn
pow2
(self) -> <
u128
as
Squared
>::
Output
Source
§
impl
Squared
for
usize
Source
§
type
Output
=
usize
Source
§
fn
pow2
(self) -> <
usize
as
Squared
>::
Output
Implementors
§