lectern 0.0.2

Lightning-fast PHP Composer alternative written in Rust
Documentation
1
2
3
4
5
6
7
8
// Core module grouping. Each submodule corresponds to a file under src/core/.
pub mod autoload;
pub mod cache;
pub mod cache_utils;
pub mod commands;
pub mod installer;
pub mod io;
pub mod utils;