mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Code docs
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//! Defines the semantics that Rojo uses to turn entries on the filesystem into
|
||||
//! Roblox instances using the instance snapshot subsystem.
|
||||
//!
|
||||
//! These modules define how files turn into instances.
|
||||
|
||||
#![allow(dead_code)]
|
||||
|
||||
@@ -38,6 +40,8 @@ use self::{
|
||||
|
||||
pub use self::project::snapshot_project_node;
|
||||
|
||||
/// The main entrypoint to the snapshot function. This function can be pointed
|
||||
/// at any path and will return something if Rojo knows how to deal with it.
|
||||
pub fn snapshot_from_vfs(
|
||||
context: &InstanceContext,
|
||||
vfs: &Vfs,
|
||||
|
||||
Reference in New Issue
Block a user