Docs.rs
garage_api_common-2.3.0
garage_api_common 2.3.0
Permalink
Docs.rs crate page
AGPL-3.0
09 July 2026
Links
Repository
crates.io
Source
Owners
Alexis211
Dependencies
base64 ^0.22
normal
bytes ^1.11
normal
chrono ^0.4
normal
crc-fast ^1.9
normal
crypto-common ^0.1
normal
futures ^0.3
normal
garage_model ^2.3.0
normal
garage_table ^2.3.0
normal
garage_util ^2.3.0
normal
hex ^0.4
normal
hmac ^0.12
normal
http ^1.4
normal
http-body-util ^0.1
normal
hyper ^1.8
normal
hyper-util ^0.1
normal
md-5 ^0.10
normal
nom ^8.0
normal
opentelemetry ^0.17
normal
percent-encoding ^2.3
normal
pin-project ^1.1
normal
quick-xml ^0.39
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha1 ^0.10
normal
sha2 ^0.10
normal
thiserror ^2.0
normal
tokio ^1.49
normal
tracing ^0.1
normal
url ^2.5
normal
utoipa ^5.4
normal
Versions
13.13%
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
to_xml_with_header
garage_
api_
common
2.3.0
In garage_
api_
common::
xml
garage_api_common
::
xml
Function
to_
xml_
with_
header
Copy item path
Source
pub fn to_xml_with_header<T:
Serialize
>(x:
&T
) ->
Result
<
String
,
SeError
>