pelliote-editor-core

Crates.iopelliote-editor-core
lib.rspelliote-editor-core
version1.0.3
created_at2025-11-24 02:27:09.209408+00
updated_at2025-12-17 10:24:58.731004+00
descriptionA fast, private email editor library core built with Rust and compiled to WebAssembly
homepagehttps://github.com/brianmulinge/geditor
repositoryhttps://github.com/brianmulinge/geditor
max_upload_size
id1947284
size46,489
Brian Mulinge (Brianmulinge)

documentation

https://github.com/brianmulinge/geditor#readme

README

Pelliote Editor Core (Rust/WASM)

The Rust core for the Pelliote email editor, compiled to WebAssembly.

Features

  • Document model with newsletter blocks (text, hero, two-column, image, button, etc.)
  • Pure command-based transformations
  • Email-safe HTML rendering

Building

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.

Development

cargo test
cargo clippy
Commit count: 0

cargo fmt