Vincent Prouillet
Vincent Prouillet
I won't have time to work on that anytime soon but will take a PR on the next branch.
Remove error-chain in favour of plain `Error` and update the rest of the dependencies.
So i can use a path like `~/code/migrations`
It's been mentioned in #51 and in https://github.com/rust-lang/cargo/issues/4309 that the default behaviour should be to limit the output the direct dependencies. Since `cargo-outdated` has already a `-d` flag, it should...
Is comparing the memory usage of benches something that might come in the future? In some cases I want to compare both the time and the memory usage.
As mentioned on Reddit, I'm planning to add support for migrations for Cassandra in https://github.com/Keats/dbmigrate Would it be possible to add a method to cdrs to get a connection from...
My usecase for this is loading the Sublime syntaxes and overriding some of them with newer definitions but without a way to remove from the builder some syntaxes might be...