Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
vaultwarden
Watch
0
Fork
You've already forked vaultwarden
0
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2024-12-31 00:53:52 -05:00
Code
Issues
Activity
main
vaultwarden
/
rustfmt.toml
5 lines
85 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
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 11:07:55 -05:00
edition
=
"2021"
Start using rustfmt and some style changes to make some lines shorter
2018-12-30 17:34:31 -05:00
max_width
=
120
Modify rustfmt file
2021-04-06 15:54:42 -05:00
newline_style
=
"Unix"
use_small_heuristics
=
"Off"
Reference in a new issue
Copy permalink