falion 1.0.1

An open source, programmed in rust, privacy focused tool for scraping programming resources (like stackoverflow) fast, efficient and asynchronous/parallel using the CLI or GUI.
Documentation
1
2
3
4
5
6
7
fn main() {
    #[cfg(windows)]
    {
        embed_resource::compile("resources\\windows\\resources.rc", embed_resource::NONE);
    }
    slint_build::compile("./ui/main.slint").unwrap();
}