Docs.rs
test-fuzz-7.2.5
test-fuzz 7.2.5
Permalink
Docs.rs crate page
AGPL-3.0 WITH mif-exception
Links
Repository
crates.io
Source
Owners
smoelius
Dependencies
afl ^0.17
normal
optional
cast_checks ^0.1
normal
optional
test-fuzz-internal =7.2.5
normal
test-fuzz-runtime =7.2.5
normal
serde ^1.0
normal
serde_combinators ^0.1.0
normal
test-fuzz-macro =7.2.5
normal
assert_cmd ^2.1
dev
cargo_metadata =0.19
dev
ctor ^0.6
dev
predicates ^3.1
dev
regex ^1.12
dev
semver ^1.0
dev
serde_json ^1.0
dev
similar-asserts ^1.7
dev
tempfile ^3.23
dev
toml_edit ^0.23
dev
walkdir ^2.5
dev
Versions
64.71%
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
serialize
test_
fuzz
7.2.5
In test_
fuzz::
serde_
format
test_fuzz
::
serde_format
Function
serialize
Copy item path
Source
pub fn serialize<T>(args:
&T
) ->
Vec
<
u8
>
ⓘ
where T:
Serialize
,