foundationdb-simulation 0.3.0

Embed Rust code within FoundationDB's simulation
Documentation
1
2
3
4
5
6
7
8
9
[[test]]
testTitle = 'Test_Test'

  [[test.workload]]
    useCAPI = true
    testName = 'External'
    workloadName = 'SharedWorkload'
    libraryPath = './target/release/examples'
    libraryName = 'shared'