Docs.rs
atomr-remote-0.3.1
atomr-remote 0.3.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cognect
Dependencies
async-trait ^0.1
normal
atomr-config ^0.3.1
normal
atomr-core ^0.3.1
normal
bincode ^2.0.0-rc.3
normal
bytes ^1
normal
dashmap ^6
normal
futures ^0.3
normal
futures-util ^0.3
normal
parking_lot ^0.12
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1.39
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
Versions
45.24%
of the crate is documented
Platform
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
Skip to main content
json_encode
atomr_
remote
0.3.1
In atomr_
remote::
serialization
atomr_remote
::
serialization
Function
json_
encode
Copy item path
Source
pub fn json_encode<T:
Serialize
>(value:
&T
) ->
Result
<
Vec
<
u8
>,
SerializeError
>