#### Problem Accounts db currently use AppendVec::new_from_file() directly to create a new AcountsFile instance from an existing file. However, this method should be abstracted out to AccountsFile so that an existing file can be opened correctly using the right format. #### Summary of Changes Add new_from_file() API to AccountsFile which will open an existing file based on its accounts file format. Currently, it only supports AppendVec. |
||
---|---|---|
.. | ||
benches | ||
src | ||
store-tool | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
build.rs |