[][src]Module just::summary

Justfile summary creation, for testing purposes only.

The contents of this module are not bound by any stability guarantees. Breaking changes may be introduced at any time.

The main entry point into this module is the summary function, which parses a justfile at a given path and produces a Summary object, which broadly captures the functionality of the parsed justfile, or an error message.

This functionality is intended to be used with janus, a tool for ensuring that changes to just do not inadvertently break or change the interpretation of existing justfiles.

Structs

Assignment
Line
Parameter
Recipe
Summary

Enums

Expression
Fragment

Functions

summary