Docs.rs
rs_limitless-0.1.2
rs_limitless 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
unkuseni
Dependencies
base64 ^0.22.1
normal
chrono ^0.4.31
normal
derive_more ^2.0.1
normal
futures ^0.3.25
normal
hex ^0.4.3
normal
hmac ^0.13.0
normal
itertools ^0.14.0
normal
k256 ^0.13
normal
log ^0.4.27
normal
once_cell ^1.19.0
normal
openssl ^0.10.72
normal
rand ^0.10.1
normal
reqwest ^0.13.2
normal
serde ^1.0.210
normal
serde_json ^1.0.128
normal
sha2 ^0.11.0
normal
sha3 ^0.10.8
normal
thiserror ^2.0.18
normal
tokio ^1.40.0
normal
tokio-tungstenite ^0.29.0
normal
url ^2.5.0
normal
tokio ^1
dev
Versions
38.71%
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
serialize
limitless
0.1.2
In limitless::
prelude::
string_
to_
float
limitless
::
prelude
::
string_to_float
Function
serialize
Copy item path
Source
pub fn serialize<S>(value: &
f64
, serializer: S) ->
Result
<S::
Ok
, S::
Error
>
where S:
Serializer
,