pksunkara / cargo-workspacesLinks
A tool for managing cargo workspaces and their crates, inspired by lerna
☆546Updated last week
Alternatives and similar repositories for cargo-workspaces
Users that are interested in cargo-workspaces are comparing it to the libraries listed below
Sorting:
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆777Updated last week
- Rust procedural macro attribute for adding test cases easily☆625Updated last year
- Test harness for ui tests of compiler diagnostics☆917Updated 2 weeks ago
- Cargo subcommand to provide various options useful for testing and continuous integration.☆749Updated this week
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆431Updated this week
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆496Updated last week
- A set of alternative `derive` attributes for Rust☆448Updated last year
- Rust method delegation with less boilerplate☆495Updated last month
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆538Updated 6 months ago
- Inline diagrams for rustdoc with mermaid.js☆534Updated 11 months ago
- A minimal `syn` syntax tree pretty-printer☆714Updated 2 weeks ago
- Assert process::Command - Easy command initialization and assertions☆523Updated last month
- Generic extensions for tapping values in Rust.