bpm_core 0.1.0

Cross-platform software helping to verify, prove and secure package compilation, building, fetching, and deployment. Core package.
Documentation
1
2
3
4
5
6
7
8
pub mod blockchains;
pub mod config;
pub mod db;
pub mod logging;
pub mod package_managers;
pub mod packages;
pub mod services;
pub mod utils;