Workspacer
Overview
Workspacer provides a set of extended interfaces that facilitate operations on workspaces and crates within Rust projects. Implemented as traits ExtendedWorkspaceInterface and ExtendedCrateInterface, it simplifies and standardizes interactions, promoting code modularity and reusability.
Features
- Generic Interfaces: Adapt these interfaces to different parameter types
PandTforExtendedWorkspaceInterface, maximizing the abstraction and flexibility of workspace operations. - Crate Focused: With
ExtendedCrateInterface, refine crate-level operations in a uniform and consistent manner.
Usage
Include the crate in your Cargo.toml:
[]
= "0.6.0"
Example
Implement these interfaces in your project to leverage their functionality:
use ;
;
;
Licensing
Licensed under either of:
- MIT license
- Apache-2.0 license
Contribution
Contributions are welcome. Please follow the guidelines outlined in the GitHub repository.
Contact
Author: Klebs [tpk3.mx@gmail.com]