[][src]Crate librojo

Modules

commands
fs_watcher
imfs
impl_from
live_session
message_queue
path_map
path_serializer

path_serializer is used in cases where we need to serialize relative Path and PathBuf objects in a way that's cross-platform.

project
rbx_session
rbx_snapshot

Defines how Rojo transforms files into instances through the snapshot system.

session_id
snapshot_reconciler

Defines the snapshot subsystem of Rojo, which defines a lightweight instance representation (RbxSnapshotInstance) and a system to incrementally update an RbxTree based on snapshots.

visualize
web

Macros

impl_from

Implements 'From' for a list of variants, intended for use with error enums that are wrapping a number of errors from other methods.