Add more design documentation into the codebase for high-level concepts

This commit is contained in:
Lucien Greathouse
2019-02-07 15:26:01 -08:00
parent ecb9b5e28f
commit 4d3036d030
4 changed files with 28 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
//! Defines how Rojo transforms files into instances through the snapshot
//! system.
use std::{
borrow::Cow,
collections::HashMap,