Skip to main content

Crate winbrew

Crate winbrew 

Source

Modulesยง

platform ๐Ÿ”’
The real CLI. Living in its own #[cfg(windows)] module means every item inside inherits the platform gate for free instead of repeating #[cfg(windows)] on each import, the allocator, and every function.

Functionsยง

main ๐Ÿ”’