Docs.rs
mathtex-editor-core-0.1.0
mathtex-editor-core 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
11 July 2026
Links
Repository
crates.io
Source
Owners
gabriel-nsiqueira
Dependencies
mathtex-ir ^0.1.0
normal
serde ^1
normal
slotmap ^1
normal
serde_json ^1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module editor
mathtex_
editor_
core
0.1.0
Module editor
Module Items
Structs
In crate mathtex_
editor_
core
mathtex_editor_core
Module
editor
Copy item path
Source
Expand description
Editor owns the
Tree
, cursor, selection, host callbacks, render output, and undo snapshots.
Structs
§
Editor
The headless editor. Generic over the host’s callback implementation.
Undo
Entry
An opaque undo entry containing the previous document snapshot.