| Crates.io | pelliote-editor-core |
| lib.rs | pelliote-editor-core |
| version | 1.0.3 |
| created_at | 2025-11-24 02:27:09.209408+00 |
| updated_at | 2025-12-17 10:24:58.731004+00 |
| description | A fast, private email editor library core built with Rust and compiled to WebAssembly |
| homepage | https://github.com/brianmulinge/geditor |
| repository | https://github.com/brianmulinge/geditor |
| max_upload_size | |
| id | 1947284 |
| size | 46,489 |
The Rust core for the Pelliote email editor, compiled to WebAssembly.
wasm-pack build --target web --out-dir ../editor-react/src/wasm
This compiles the Rust code to WASM and generates TypeScript bindings in the React package.
cargo test
cargo clippy