Docs.rs
mech-core-0.2.45
mech-core 0.2.45
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
cmontella
Dependencies
base64 ^0.22.1
normal
bincode ^2.0.1
normal
brotli ^8.0.1
normal
hashbrown ^0.15.3
normal
indexmap ^2.9.0
normal
libm ^0.2.11
normal
nalgebra ^0.33.2
normal
num-traits ^0.2.19
normal
paste ^1.0.15
normal
rayon ^1.10.0
normal
optional
rlibc =1.0
normal
optional
seahash ^4.1.0
normal
serde ^1.0.219
normal
serde_derive ^1.0.219
normal
serde_json ^1.0.140
normal
tabled ^0.18.0
normal
wasm-bindgen ^0.2.100
normal
optional
web-sys ^0.3.77
normal
optional
Versions
0%
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
mech_
core
0.2.45
Pretty
Print
Required Methods
pretty_print
Implementations on Foreign Types
String
bool
i8
i16
i32
i64
i128
u8
u16
u32
u64
u128
usize
Implementors
In mech_
core::
matrix
mech_core
::
matrix
Trait
PrettyPrint
Copy item path
Source
pub trait PrettyPrint { // Required method fn
pretty_print
(&self) ->
String
; }
Required Methods
§
Source
fn
pretty_print
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
PrettyPrint
for
bool
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
i8
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
i16
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
i32
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
i64
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
i128
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
u8
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
u16
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
u32
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
u64
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
u128
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
usize
Source
§
fn
pretty_print
(&self) ->
String
Source
§
impl
PrettyPrint
for
String
Source
§
fn
pretty_print
(&self) ->
String
Implementors
§
Source
§
impl
PrettyPrint
for
Value
Source
§
impl
PrettyPrint
for
F32
Source
§
impl
PrettyPrint
for
F64
Source
§
impl<T>
PrettyPrint
for
Matrix
<T>
where T:
Debug
+
Display
+
Clone
+
PartialEq
+ 'static +
PrettyPrint
,