rvault/src
2024-05-09 20:34:22 +02:00
..
auth REFACTOR 2024-04-28 13:54:24 +02:00
engines Deprecate body_to_json: Use Axum Json Extractor instead 2024-05-08 15:53:38 +02:00
storage REFACTOR 2024-04-28 13:54:24 +02:00
auth.rs Switch from Pool<Any> to Pool<Sqlite> 2024-05-02 13:40:02 +02:00
common.rs Rudimentary error handling + Remove serde_with dependency 2024-05-09 20:34:22 +02:00
engines.rs feat engines: Routing to engine accepts mount_path via Extension 2024-05-05 18:04:25 +02:00
identity.rs Switch from Pool<Any> to Pool<Sqlite> 2024-05-02 13:40:02 +02:00
main.rs Rudimentary error handling + Remove serde_with dependency 2024-05-09 20:34:22 +02:00
storage.rs Switch from Pool<Any> to Pool<Sqlite> 2024-05-02 13:40:02 +02:00
sys.rs Switch from Pool<Any> to Pool<Sqlite> 2024-05-02 13:40:02 +02:00