38 Commits

Author SHA1 Message Date
Luke Street 69675cf7e2 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	squish/src/lib.rs
2021-08-30 14:51:03 -04:00
Jan Solanti f93f58e9b3 Add new formats to readme 2021-08-30 03:15:29 +03:00
Jan Solanti 0ac9bbec4f Implement BC4 and BC5 2021-08-30 02:58:51 +03:00
Jan Solanti cc61c5417f Update copyright years 2021-08-29 16:28:29 +03:00
Jan Solanti 5f0dafc0b9 Update dependencies 2021-08-29 16:23:01 +03:00
Jan Solanti 97fc0ece5e Remove assets dir as not very helpful 2021-08-29 16:16:12 +03:00
Luke Street 735caa72f7 Add Bc1Gcn (GameCube CMPR) 2021-08-26 16:21:11 -04:00
Arturo Castro ba3e05c57f optionally use rayon to (de)compress in paralllel
squish cli implements a parallel compression algorithm using rayon.

This PR adds instead a compression and decompression implementation in the library itself which can be activated by using the rayon feature
2020-08-06 13:27:53 +02:00
Jan Solanti 1ed63447c2 Update copyright years 2019-10-04 00:15:46 +03:00
Jan Solanti 43d630b210 cli: Update dependencies 2019-10-03 11:51:51 +03:00
Jan Solanti c42bfa875c cli: Fix asset file permissions 2019-01-19 19:39:05 +09:00
Jan Solanti f38f26aabc cli: Implement rayon-based parallel compression 2019-01-19 19:34:29 +09:00
Jan Solanti fdb42c9769 cli: Implement parsing the Format, as that was removed from the library crate 2018-12-13 18:38:46 +09:00
Jan Solanti c6b3c6a1a2 Update to Rust 2018 edition 2018-12-07 03:24:51 +09:00
Jan Solanti 259aee94f0 Fill in package metadata for crates.io 2018-09-10 18:49:34 +09:00
Jan Solanti f8586fe7fd Bump version to 1.0 2018-09-10 18:32:58 +09:00
Jan Solanti 2119962a5e README formatting 2018-09-10 18:23:27 +09:00
Jan Solanti bd2f53437c Add ci and docs badges to READMEs 2018-09-10 18:22:37 +09:00
Jan Solanti 5251a104ab cli: Remove redundant '[Default: ]' from help 2018-09-10 17:33:57 +09:00
Jan Solanti f5d92f23a9 Rustfm one more time 2018-09-10 17:28:02 +09:00
Jan Solanti 4ada669aa1 Remove redundancy from Cargo.toml 2018-09-10 17:26:52 +09:00
Jan Solanti a6d0966593 Fix clippy warnings 2018-09-10 17:21:15 +09:00
Jan Solanti bef3c2064e Rustfmt 2018-09-10 16:18:59 +09:00
Jan Solanti c23c2e37a2 Add root-level README & cli instructions 2018-09-09 17:00:36 +09:00
Jan Solanti f96a88ba35 cli: Add support for remaining compression options 2018-09-09 16:47:57 +09:00