Docs.rs
rustdx-0.4.2
rustdx 0.4.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
zjp-CN
Dependencies
chrono ^0.4
normal
encoding_rs ^0.8
normal
lazy_static ^1
normal
log ^0.4
normal
miniz_oxide ^0.8
normal
serde ^1
normal
thiserror ^1
normal
csv ^1
dev
insta ^1
dev
Versions
36.76%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustdx
0.4.2
In rustdx::
bytes_
helper
rustdx
::
bytes_helper
Function
ser_code_string
Copy item path
Source
pub fn ser_code_string<S>(code: &
u32
, serializer: S) ->
Result
<S::
Ok
, S::
Error
>
where S:
Serializer
,