mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 13:45:16 +00:00
Code docs
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
//! Defines the HTTP-based UI. These endpoints generally return HTML and SVG.
|
||||
//! Defines the HTTP-based Rojo UI. It uses ritz for templating, which is like
|
||||
//! JSX for Rust. Eventually we should probably replace this with a new
|
||||
//! framework, maybe using JS and client side rendering.
|
||||
//!
|
||||
//! These endpoints generally return HTML and SVG.
|
||||
|
||||
use std::{borrow::Cow, sync::Arc, time::Duration};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user