gcookie 0.1.2

An tool for getting site cookie from your browser
Documentation
1
2
3
4
5
6
7
8
// Copyright 2021-2023 Colin Finck <colin@reactos.org>
// SPDX-License-Identifier: MIT OR Apache-2.0

mod sector_reader;
pub use sector_reader::SectorReader;

mod rawcopy;
pub use rawcopy::rawcopy;