bitwarden_rs/src
Jeremy Lin 0eee907c88 Simplify implementation of UserOrgType::cmp()
Also move `UserOrgType::from_str()` closer to the definition of `UserOrgType`
since it references specific enum values.
2020-09-13 02:03:16 -07:00
..
api Merge pull request #1125 from jjlin/org-cipher-visibility 2020-09-10 23:19:14 +02:00
db Simplify implementation of UserOrgType::cmp() 2020-09-13 02:03:16 -07:00
static Update admin page dependencies 2020-08-31 16:40:21 +02:00
auth.rs Updated dependencies and changed rocket request imports 2020-07-23 21:07:04 +02:00
config.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
crypto.rs Generate tokens more simply and uniformly 2020-08-22 16:07:53 -07:00
error.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
mail.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
main.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
util.rs Use strip_prefix() instead of trim_start_matches() as appropriate 2020-07-20 22:33:13 -07:00