Docs.rs
faer-core-0.13.0
faer-core 0.13.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sarah-quinones
Dependencies
assert2 ^0.3
normal
bytemuck ^1
normal
coe-rs ^0.1
normal
dyn-stack ^0.10
normal
faer-entity ^0.13.0
normal
gemm ^0.16.7
normal
log ^0.4
normal
matrixcompare-core ^0.1.0
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
paste ^1.0
normal
pulp ^0.16
normal
rayon ^1
normal
reborrow ^0.5
normal
seq-macro ^0.3
normal
assert_approx_eq ^1.1.0
dev
criterion ^0.5
dev
dbgf ^0.1.0
dev
nalgebra ^0.32.3
dev
rand ^0.8.5
dev
Versions
58.67%
of the crate is documented
Go to latest version
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
☰
faer_core
0.13.0
SimpleEntity
Object Safety
Implementors
In crate faer_core
?
Trait
faer_core
::
SimpleEntity
source
·
[
−
]
pub trait SimpleEntity:
Entity
<Group =
IdentityGroup
, Unit = Self> { }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<E>
SimpleEntity
for E
where E:
Entity
<Group =
IdentityGroup
, Unit = E>,