rust-util-collections / vsdb

A KV-database with 'Git-like' features
https://crates.io/crates/vsdb
GNU General Public License v3.0
22 stars 7 forks source link

improve `vsdb_set_base_dir` parameters #9

Closed Cupnfish closed 2 years ago

Cupnfish commented 2 years ago

Now, you can pass various parameters like this:

vsdb_set_base_dir("str"/Path/Pathbuf)
haxjump commented 2 years ago

@Cupnfish thanks for your contributions, but please rebase this PR on the 'release' branch. the master branch is a little dirty.

Cupnfish commented 2 years ago

👌 @haxjump

haxjump commented 2 years ago

I made expanded changes in: https://github.com/rust-util-collections/vsdb/commit/5bf8a6df6b98dc401c444b51980c99085aa509f3

so close this PR