October 2019
Intermediate to advanced
444 pages
10h 37m
English
These days, everything is extensible. Whether they are called plugins, extensions, add-ons, or sub-commands—everything is about customizing the (developer) experience. cargo provides a very easy path to achieve this: by using a binary's name. This allows for quickly extending the cargo base to include functions that are specific to your own use case or way of working. In this recipe, we are going to build our own extension.
Read now
Unlock full access