Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

sorairolake/7z-rs

Repository files navigation

7z-rs

CI Version Docs License

7z-rs (sz) is a library for reading/writing the 7z format in the Rust Programming Language.

Usage

Add this to your Cargo.toml:

[dependencies]
sz = "0.0.1"

Crate features

time

Enables the time crate. This is enabled by default.

large-dates

Enables the large-dates feature of the time crate.

Documentation

See the documentation for more details.

Minimum supported Rust version

The minimum supported Rust version (MSRV) of this library is v1.63.0.

Changelog

Please see CHANGELOG.adoc.

Contributing

Please see CONTRIBUTING.adoc.

License

Copyright © 2021–2023 Shun Sakai (see AUTHORS.adoc)

This library is distributed under the terms of either the Apache License 2.0 or the MIT License.

See COPYRIGHT, LICENSE-APACHE and LICENSE-MIT for more details.

About

[WIP] A library for reading/writing the 7z format

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages