Git repository hosting, collaboration, and discovery for the Fediverse.
begin new protocol refactor
parent: tbd commit: 2091700
1 | use FromStr; |
2 | |
3 | use DaemonConnectionPool; |
4 | use |
5 | , |
6 | , | ObjectBackend
7 | , | DisplayName
8 | ; |
9 | |
10 | |
11 | async |
12 | ; | init
13 | let pool = connect .unwrap; |
14 | |
15 | let mut user = pool. .await?; |
16 | |
17 | let display_name = user. .await?; |
18 | |
19 | let repositories = user |
20 | .repositories |
21 | .await?; |
22 | |
23 | Ok |
24 | |
25 |