mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Implement Syncback to support converting Roblox files to a Rojo project (#937)
This is a very large commit. Consider checking the linked PR for more information.
This commit is contained in:
10
src/lib.rs
10
src/lib.rs
@@ -22,9 +22,19 @@ mod serve_session;
|
||||
mod session_id;
|
||||
mod snapshot;
|
||||
mod snapshot_middleware;
|
||||
mod syncback;
|
||||
mod variant_eq;
|
||||
mod web;
|
||||
|
||||
// TODO: Work out what we should expose publicly
|
||||
|
||||
pub use project::*;
|
||||
pub use rojo_ref::*;
|
||||
pub use session_id::SessionId;
|
||||
pub use snapshot::{
|
||||
InstanceContext, InstanceMetadata, InstanceSnapshot, InstanceWithMeta, InstanceWithMetaMut,
|
||||
RojoDescendants, RojoTree,
|
||||
};
|
||||
pub use snapshot_middleware::{snapshot_from_vfs, Middleware, ScriptType};
|
||||
pub use syncback::{syncback_loop, FsSnapshot, SyncbackData, SyncbackSnapshot};
|
||||
pub use web::interface as web_api;
|
||||
|
||||
Reference in New Issue
Block a user