2 releases (1 stable)

1.0.0 Jun 23, 2023
0.1.0 Jun 19, 2023

#486 in Operating systems

45 downloads per month
Used in 2 crates

GPL-3.0 license

25KB
594 lines

status-badge Crates.io Static Badge Crates.io Crates.io

libginst

This repository contains all the functionality that is needed for ginst and other ginst-based applications.

See also

See the library documentation for more information.


Made with ☕


lib.rs:

libginst is a library with the core ginst functionality.

Click on the modules below to get more information about them!

Usage

As of now you only need to parse the config file the user provided via the parser method

parser::get_programs_from_file(path: &str)

That function will return a list of Program structs which have install and configure functions.

Dependencies

~2.2–3MB
~67K SLoC