0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-16 02:48:27 +02:00
bitwarden_rs/src/api
BlackDex f906f6230a
Change String to &str for all Rocket functions
During setting the latest commit hash for Rocket and updating all the
other crates, there were some messages regarding the usage of `String`
for the Rocket endpoint function calls. I acted upon this message and
changed all `String` types to `&str` and modified the code where needed.

This ended up in less alloc calls, and probably also a bit less memory usage.

- Updated all the crates and commit hashes
- Modified all `String` to `&str` where applicable
2023-04-30 17:18:12 +02:00
..
core Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
admin.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
icons.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
identity.rs always return KdfMemory and KdfParallelism 2023-03-31 01:10:28 +02:00
mod.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
notifications.rs Small update to Rocket WebSockets 2023-04-12 15:59:05 +02:00
web.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00