rookie 0.5.6

Load cookie from your web browsers
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod chromium;
pub(crate) mod mozilla;

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

#[cfg(target_os = "macos")]
pub(crate) mod safari;