-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stateless Builder, faster CI tests, several fixes and updates, reduced number of seeks and C API #89
Conversation
... ... ... ... ... ....ugh ...
I want to update the CLI, but you'll have to publish a release for the newest breaking change: |
I have published vach v0.7.0, so you can update the CLI as well @sokorototo |
Can you publish a tag for a new |
I'll make a new tag when the CLI is updated, that way it'll include 0.7.0 for both crates |
It's quite a lot...
c-bindings
crate, for interfacing via a C API, as well as 2 sample CLI programs.Builder
is deprecatred, as there's now a statelesssdump
function,BuilderConfig
is now simplified and implementsClone
andDebug
.crates/
subfolder as they were starting to get crowded.dump
now does 95% lessio::Seek
calls.