compress-tools 0.16.1

Utility functions for compressed and archive files handling
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (C) 2019-2021 O.S. Systems Software LTDA
//
// SPDX-License-Identifier: MIT OR Apache-2.0

mod generated;
mod locale;

pub(crate) use crate::ffi::generated::*;
pub(crate) use locale::{UTF8LocaleGuard, WindowsUTF8LocaleGuard};