mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 07:18:04 +08:00
Add documentation (#287)
* Add crate documentation * Use full path intead of relative path * Add documentation to core/document/src/color.rs * Add modification by * Add @Keavon's modification * @Keavon's changes * remove useless let Co-authored-by: TrueDoctor <dennis@kobert.dev>
This commit is contained in:
committed by
Keavon Chambers
parent
97f97480a2
commit
1da0678dbb
@@ -1,3 +1,6 @@
|
||||
//! **Rust WebAssembly wrapper**: `/client/web/wasm/`
|
||||
//! Wraps the Editor Core Library and provides an API for the web app to use unburdened by Rust's complex data types that are not supported by WASM
|
||||
|
||||
pub mod document;
|
||||
mod shims;
|
||||
pub mod utils;
|
||||
|
||||
Reference in New Issue
Block a user