Docs.rs
mydb-sqlx-0.0.1
mydb-sqlx 0.0.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
VisualThePC
Dependencies
mysql ^20.0.2
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7.1
normal
sqlx ^0.5.13
normal
sqlx-core ^0.5.13
normal
Versions
11.84%
of the crate is documented
This release has been yanked, go to latest version
Platform
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
mydb_sqlx
0.0.1
In mydb_sqlx::utils::transform
Function
mydb_sqlx
::
utils
::
transform
::
struct_to_btreemap
Copy item path
source
ยท
[
−
]
pub fn struct_to_btreemap<T:
Serialize
>(data: T) ->
BTreeMap
<
String
,
Value
>