Docs.rs
pkgsrc-0.5.6
pkgsrc 0.5.6
Docs.rs crate page
ISC
Links
Homepage
Repository
crates.io
Source
Owners
jperkin
Dependencies
ar ^0.9.0
normal
blake2 ^0.10.6
normal
digest ^0.10.7
normal
flate2 ^1.1.2
normal
glob ^0.3.3
normal
indexmap ^2.11.0
normal
md-5 ^0.10.6
normal
pkgsrc-kv-derive ^0.1.0
normal
ripemd ^0.1.3
normal
serde ^1.0.219
normal
optional
serde_with ^3.14.0
normal
optional
sha1 ^0.10.6
normal
sha2 ^0.10.9
normal
tar ^0.4.44
normal
thiserror ^2.0.16
normal
indoc ^2
dev
regex ^1.11.2
dev
serde_json ^1.0
dev
structopt ^0.3.26
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module pkgdb
pkgsrc
0.5.6
Module pkgdb
Module Items
Structs
Enums
In crate pkgsrc
pkgsrc
Module
pkgdb
Copy item path
Source
Expand description
Module supporting the package database. WIP.
Structs
§
Package
An installed package in a PkgDB.
PkgDB
A handle to an opened package database.
Enums
§
DBType
Type of pkgdb. Currently supported formats are
Files
for the legacy directory of
+*
files, and
Database
for a sqlite3 backend.