Docs.rs
cml-core-5.0.0
cml-core 5.0.0
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
SebastienGllmt
Dependencies
base64 ^0.13
normal
bech32 ^0.7.2
normal
cbor_event ^2.2.0
normal
cfg-if ^1
normal
derivative ^2.2.0
normal
fraction ^0.10.0
normal
getrandom ^0.2.3
normal
hex ^0.4.0
normal
itertools ^0.10.1
normal
linked-hash-map ^0.5.3
normal
num-bigint ^0.4.0
normal
num-integer ^0.1.45
normal
rand ^0.8.5
normal
schemars ^0.8.8
normal
serde ^1.0
normal
serde_json ^1.0.57
normal
thiserror ^1.0.37
normal
wasm-bindgen =0.2.83
normal
quickcheck ^0.9.2
dev
quickcheck_macros ^0.9.1
dev
rand_chacha ^0.3.1
dev
Versions
10.74%
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
cml_core
5.0.0
ToBytes
Required Methods
to_bytes
Implementors
In cml_core::serialization
?
Trait
cml_core
::
serialization
::
ToBytes
source
·
[
−
]
pub trait ToBytes { // Required method fn
to_bytes
(&self) ->
Vec
<
u8
>; }
Required Methods
§
source
fn
to_bytes
(&self) ->
Vec
<
u8
>
Implementors
§
source
§
impl<T:
Serialize
>
ToBytes
for T