Subject: CVS commit: pkgsrc/devel/cargo-modules
From: pin
Date: 2023-10-12 12:54:44
Message id: 20231012105444.52773FADC@cvs.NetBSD.org

Log Message:
devel/cargo-modules: import package

A cargo plugin for showing an overview of a crate's modules.

With time, as your Rust projects grow bigger and bigger, it gets more and more
important to properly structure your code.
Fortunately Rust provides us with a quite sophisticated module system, allowing
us to neatly split up our crates into arbitrarily small sub-modules of types
and functions.

While this helps to avoid monolithic and unstructured chunks of code, it can
also make it hard at times to still mentally stay on top of the over-all
high-level structure of the project at hand.

This is where cargo-modules comes into play.

Files:
RevisionActionfile
1.1addpkgsrc/devel/cargo-modules/DESCR
1.1addpkgsrc/devel/cargo-modules/Makefile
1.1addpkgsrc/devel/cargo-modules/PLIST
1.1addpkgsrc/devel/cargo-modules/cargo-depends.mk
1.1addpkgsrc/devel/cargo-modules/distinfo