Docs.rs
matrix-bridge-teams-0.1.0
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
matrix-bridge-teams 0.1.0
A bridge between Matrix and Microsoft Teams written in Rust
Crate
Source
Builds
Feature flags
Hide files
..
bridge
config
db
matrix
teams
utils
web
admin.rs
bridge.rs
cache.rs
cli.rs
config.rs
db.rs
error.rs
main.rs
matrix.rs
media.rs
teams.rs
utils.rs
web.rs
1
2
3
4
5
6
7
pub
struct
AdminHandler
;
impl
AdminHandler
{
pub
fn
new
(
)
->
Self
{
Self
}
}