mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 01:58:11 +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:
co-authored by
TrueDoctor
parent
7b79ad1341
commit
63e3b5c604
@@ -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