Modules§
- cli
- Defines Rojo’s CLI through clap types.
- web_api
- Defines all the structs needed to interact with the Rojo Serve API. This is useful for tests to be able to use the same data structures as the implementation.
Structs§
- Optional
Path Node - Project
- Contains all of the configuration for a Rojo-managed project.
- Project
Error - Error type returned by any function that handles projects.
- Project
Node - Describes an instance and its descendants in a project.
- RojoRef
- Session
Id - A randomly generated ID generated by Rojo during a serve session.
Enums§
- Path
Node - Describes a path that is either optional or required