libpacstall 0.8.1

Backend API library for Pacstall
Documentation
1
2
3
4
5
6
7
8
/// Builtins registered into the [`brush_core`] shell.
pub mod builtins;

/// Functions to generate default values for many internal pacstall variables.
pub mod vars;

/// Shell related tasks.
pub mod shell;