asc_bin 2025.5.14

An automated C/C++ package manager, source code scanner, and builder that streamlines dependency management, enhances code analysis, and simplifies the build process.
1
2
3
4
5
pub mod build;
pub mod download;
pub mod install;
pub mod lists;
pub mod project;