Skip to main content

Crate mathtex_portable_engine_generated

Crate mathtex_portable_engine_generated 

Source
Expand description

Auto-patched portable engine source from Web2C/C2Rust bootstrap output.

Re-exports§

pub use profiles::ImportCapabilities;
pub use profiles::ImportProfile;
pub use profiles::ImportProfileKind;
pub use profiles::ImportStateBounds;
pub use profiles::IMPORT_PROFILES;
pub use runtime::memory_word_bytes;
pub use runtime::EmptyFontPlatform;
pub use runtime::EmptyPlatform;
pub use runtime::EmptyResourceProvider;
pub use runtime::EngineProfile;
pub use runtime::EngineProfileKind;
pub use runtime::FontPlatform;
pub use runtime::GlyphAssembly;
pub use runtime::PortableClock;
pub use runtime::PortableFontHandle;
pub use runtime::PortableFontMetrics;
pub use runtime::PortableFormatImage;
pub use runtime::PortableHostBox;
pub use runtime::PortableHostBoxGlyph;
pub use runtime::PortableHostBoxRequest;
pub use runtime::PortableHostBoxRule;
pub use runtime::PortableHostBoxRun;
pub use runtime::PortableHostBoxStyle;
pub use runtime::PortableLinebreakRequest;
pub use runtime::PortableMathAssemblyPart;
pub use runtime::PortableMathKernCorner;
pub use runtime::PortableMathVariant;
pub use runtime::PortableNativeGlyph;
pub use runtime::PortableNativeGlyphMetrics;
pub use runtime::PortableNativeTextMetrics;
pub use runtime::PortableNodeHandle;
pub use runtime::PortableNodeKind;
pub use runtime::PortableNodeSnapshot;
pub use runtime::PortableNodeSourceSpan;
pub use runtime::PortablePlatform;
pub use runtime::PortableResourceRequestRecord;
pub use runtime::PortableSourceSpan;
pub use runtime::PortableTexEngine;
pub use runtime::ResourceKind;
pub use runtime::ResourceProvider;
pub use runtime::ResourceRequest;

Modules§

profiles
Generated engine import-profile metadata. Generated by cargo run -p mathtex-web2c-import --bin patch_engine.
runtime
Runtime prelude for auto-patched Web2C/C2Rust engine source. Generated code must be lowered from raw globals into PortableTexState before it is linked into mathtex-engine.