Danyel
Danyel
Awesome! :D It's also worth mentioning that I often copy some text, delete it to insert somewhere else later, make 100+ edits, and in the meantime fill the clipboard with...
You can now use more types for archive filenames, similar to std::fs methods. For passwords unfortunately I'm not sure how to go forward that would suit your needs. I'm closing...
There are some new upcoming changes to the library. With the 0.5 release (hopefully this or next month) it should be possible to get the bytes of specific entries as...
This is now possible in v0.5, see the [read_named example](https://github.com/muja/unrar.rs/blob/master/examples/read_named.rs).
Closing as I've migrated to GitHub Actions, and added targets for windows, linux and OS X.
This is possible now with version 0.5, please refer to the docs, but you can choose individually for each file what to do, whether to `extract()` (CWD) , `extract_to(filename)` or...
This has been fixed I presume, we also have windows on the build matrix. Closing, but feel free to reopen if issue persists.
FYI I made a PR to rust-clipboard years ago where this was also addressed.. it's not very trivial especially considering multiple platforms. There are some thoughts on that in the...
I added a delimiter option for thousands delimiters. I also rewrote so it works without regex. ``` #let format(number, precision: 2, decimal_delim: ".", thousands_delim: ",") = { let integer =...