Docs.rs
ruma-federation-api-0.13.0
ruma-federation-api 0.13.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jplatte
github:ruma:maintainers
Dependencies
bytes ^1.0.1
normal
optional
headers ^0.4.0
normal
http ^1.1.0
normal
http-auth ^0.1.9
normal
httparse ^1.9.0
normal
optional
js_int ^0.2.2
normal
memchr ^2.7.0
normal
optional
mime ^0.3.0
normal
rand ^0.8.5
normal
optional
ruma-common ^0.17.0
normal
ruma-events ^0.32.0
normal
ruma-signatures ^0.19.0
normal
serde ^1.0.164
normal
serde_json ^1.0.87
normal
thiserror ^2.0.0
normal
tracing ^0.1.37
normal
assert_matches2 ^0.1.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Files
ruma_federation_api/
backfill.rs
1
//! Endpoints to request more history from another homeserver.
2
3
pub mod
get_backfill;