Crate librojo

Source

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§

OptionalPathNode
Project
Contains all of the configuration for a Rojo-managed project.
ProjectError
Error type returned by any function that handles projects.
ProjectNode
Describes an instance and its descendants in a project.
SessionId
A randomly generated ID generated by Rojo during a serve session.

Enums§

PathNode
Describes a path that is either optional or required