Diese Website benötigt JavaScript.
Erkunden
Hilfe
Anmelden
mirrored
/
vaultwarden
Beobachten
1
Favorisieren
0
Fork
Du hast bereits einen Fork von vaultwarden erstellt
1
Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert
2024-11-04 02:18:00 +01:00
Code
Issues
Releases
Aktivität
56cad93e0f
vaultwarden
/
rustfmt.toml
5 Zeilen
85 B
TOML
Originalformat
Normale Ansicht
Verlauf
Unescapen
Escapen
Async/Awaited all db methods This is a rather large PR which updates the async branch to have all the database methods as an async fn. Some iter/map logic needed to be changed to a stream::iter().then(), but besides that most changes were just adding async/await where needed.
2021-11-16 17:07:55 +01:00
edition
=
"2021"
Start using rustfmt and some style changes to make some lines shorter
2018-12-30 23:34:31 +01:00
max_width
=
120
Modify rustfmt file
2021-04-06 22:54:42 +02:00
newline_style
=
"Unix"
use_small_heuristics
=
"Off"
Permalink kopieren