-
- Downloads
initial implementation
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 29 additions, 0 deletions.gitlab-ci.yml
- .vscode/settings.json 5 additions, 0 deletions.vscode/settings.json
- Cargo.lock 65 additions, 0 deletionsCargo.lock
- Cargo.toml 14 additions, 0 deletionsCargo.toml
- LICENSE-APACHE 13 additions, 0 deletionsLICENSE-APACHE
- LICENSE-MIT 7 additions, 0 deletionsLICENSE-MIT
- Readme.md 40 additions, 0 deletionsReadme.md
- src/lib.rs 270 additions, 0 deletionssrc/lib.rs
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.vscode/settings.json
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "gecos" | ||
description = "Provides parsing and generation of gecos strings" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Leonard Marschke <leo@mixxplorer.de>"] | ||
readme = "Readme.md" | ||
repository = "https://rechenknecht.net/mixxplorer/libraries/gecos" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["gecos", "nss"] | ||
categories = ["authentication", "config", "data-structures"] | ||
[dependencies] | ||
thiserror = "1.0.61" |
LICENSE-APACHE
0 → 100644
LICENSE-MIT
0 → 100644
src/lib.rs
0 → 100644
Please register or sign in to comment