rust_release_artefact 0.1.2

Safely extract installable files from Rust release artefacts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
rust_release_artefact: Extract and install Rust release artefacts
=================================================================

Repository: <https://gitlab.com/Screwtapello/rust_release_artefact>

Documentation: <https://docs.rs/rust_release_artefact>

TODO
----

  - Update `ExtractedArtefact::new()` to use `walkdir` to search for artefact
    marker files.
  - Would it be neater to toss the first path-component of archives, rather than
    extracting it and having to rummage around to find the artefact metadata?