talent-plan
talent-plan copied to clipboard
Rust Project 2: spec didn't mention KvStore::open
The tests use KvStore::open to get a KvStore, but the spec didn't mention it.
Found the same issue here. I think the public api should be mentioned in the spec, although the function signature may need to be defined by learner via test cases.