simonsan
simonsan
BREAKING CHANGE: - Config structure changes TODO: - [ ] how to deal with `copy` in a good way - [ ] decide on toml table names and structure, I...
Yes, you can use `rustic cat config`. This will, however, only show the raw json of the config file and not the default values used if an item is missing......
To make it easier for the users and us to understand what is happening and why, and what the preconditions are. The rendered issue form template can be seen here:...
Eases the creation of releases. Being currently blocked by: - `musl` support: https://github.com/axodotdev/cargo-dist/issues/75 - `cross` support: https://github.com/axodotdev/cargo-dist/issues/74 - `cargo auditable` support: https://github.com/axodotdev/cargo-dist/issues/81
To take the burden off someone's shoulders, to run through the whole release process frequently, we should automate it as far as possible. #### "Release early, and release often." The...
An idea is to utilize something like [Dioxus](https://dioxuslabs.com/) there, so we already have most of the rust backend part and could implement the UI part with [svelte](https://svelte.dev/) for example. That...
I'm considering adding rustic to my backup benchmark system at https://github.com/deajan/backup-bench#in-depth-comparison-of-backup-solutions Would you mind filling the in depth comparison table with rustic ? _Originally posted by @deajan in https://github.com/rustic-rs/rustic/issues/530#issuecomment-1485159868_
`Path as PathExtract` is being removed, although `PathExtract` is being used. `path::Path as StdPath` is being removed, although `StdPath` is being used. **rust-analyzer version**: rust-analyzer version: 0.3.1657-standalone (326f37ef1 2023-09-10) **rustc...
Currently `ErrorKind`s are all over the place, defined where they are needed. This isn't great for visibility and also importing can get quite tedious, as it's not clear on first...
### Prerequisites - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. ### Criteria - [X] English interface (or at least English documentation)...