Skip to content

Commit 2d5f276

Browse files
committed
feat: start adapting load_flow for rr-backend; not finished
* testing: * add a simple test for it in rr_test * add a timeout for the rr test for now with the `ntest` crate * impl: * start refactoring flow_preloader; not finished
1 parent 7505d69 commit 2d5f276

File tree

7 files changed

+165
-52
lines changed

7 files changed

+165
-52
lines changed

src/db-backend/Cargo.lock

Lines changed: 130 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/db-backend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ vfs = "0.12"
5151

5252
expanduser = { version = "1.2.2", optional = true}
5353

54+
ntest = "0.9.3"
55+
5456
[lib]
5557
name = "db_backend"
5658
path = "src/lib.rs"

0 commit comments

Comments
 (0)