gcookie 0.1.2

An tool for getting site cookie from your browser
Documentation
1
2
3
4
5
6
7
8
pub mod browser;

#[cfg(target_os = "windows")]
pub mod windows;

pub use browser::get_cookies;
pub use browser::get_firefox_cookies_by_path;
pub use browser::get_chrome_cookies_by_path;