Docs.rs
postrust-core-0.4.0
postrust-core 0.4.0
Docs.rs crate page
MIT
11 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
bhanuc
Dependencies
async-trait ^0.1
normal
bytes ^1.9
normal
chrono ^0.4
normal
futures ^0.3
normal
http ^1.2
normal
indexmap ^2.7
normal
mime ^0.3
normal
nom ^7.1
normal
percent-encoding ^2.3
normal
postrust-sql ^0.4.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
thiserror ^2.0
normal
tokio ^1.43
normal
tracing ^0.1
normal
url ^2.5
normal
pretty_assertions ^1.4
dev
tokio ^1.43
dev
Versions
71.74%
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
group_by_key
postrust_
core
0.4.0
In postrust_
core::
embed
postrust_core
::
embed
Function
group_
by_
key
Copy item path
Source
pub fn group_by_key( children:
Vec
<
Value
>, foreign_column: &
str
, ) ->
HashMap
<
String
,
Vec
<
Value
>>