ZIm/crates/extension
Marshall Bowers ca27f42a9d
extension: Don't use unzip to extract .zip files (#13869)
This PR replaces the usage of `unzip` for extracting `.zip` files
downloaded by extensions with extraction via a library.

This will allow us to extract `.zip` files even if `unzip` is not
available (e.g., on Windows).

Release Notes:

- Removed the need for `unzip` to be present on the system to extract
`.zip` files downloaded by extensions.
2024-07-05 11:38:48 -04:00
..
src extension: Don't use unzip to extract .zip files (#13869) 2024-07-05 11:38:48 -04:00
Cargo.toml Allow extensions to define providers for indexing docs (#13755) 2024-07-02 19:49:20 -04:00
LICENSE-GPL Add logic for managing language and theme extensions (#7467) 2024-02-07 15:14:50 -05:00