wb-cache 0.1.0

Your L1 in-app write-behind cache for various kinds of backends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
extend = "build-tools/std-makefile.toml"

[env]
    #CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
    __MAKE_README_CRATE_ROOT__           = "." # In a workspace – a crate directory 
    __MAKE_TEST_TASKS__                  = "test-default test-combinations"
    __MAKE_TOOLCHAINS__                  = "1.77 stable beta nightly"

[config]
    default_to_workspace = false

# vim: ft=toml