diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-30 22:12:49 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-30 22:12:49 +0000 |
| commit | abf784a784c6e9282dbfbe269670da0284556a7d (patch) | |
| tree | fde86bc0c197e0e57a6061af84e6320e9db1f718 /src | |
| parent | 13a6ab5d21888428a13d57fa1ce6f6fdd84ddf14 (diff) | |
| download | gentoo-utils-abf784a784c6e9282dbfbe269670da0284556a7d.tar.gz | |
add some docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -1,3 +1,17 @@ +//! Gentoo and PMS related utils. +//! +//! Currently implements: +//! - parsers for atoms and DEPEND expressions +//! - strongly typed representations of atoms, versions, etc +//! - version comparison and equality impls +//! - iterator over repos categories and ebuilds +//! +//! Planned features +//! - profile evaluation +//! - vdb reader +//! - sourcing ebuilds with bash +//! + #![deny(clippy::pedantic, unused_imports)] #