Skip to content

debamitro/gmail-size-classifier-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmail-size-classifier-rs

Rust version of gmail size classifier

How to build

As of now there are two UIs for this tool. You can build either of them.

GPUI UI

cargo build --features gpui_ui

Iced UI

 cargo build --features iced_ui