MCPcopy Create free account
hub / github.com/VimYoung/Spell / Forge

Class Forge

spell-framework/src/forge.rs:28–28  ·  view source on GitHub ↗

An instance of Forge takes the LoopHandle of your window as input for instance creation. It is currently not usable because of latency issues. A macro build is in progress to fix latency issues and provide a more streamlined overview.

Source from the content-addressed store, hash-verified

26/// instance creation. It is currently not usable because of latency issues. A macro
27/// build is in progress to fix latency issues and provide a more streamlined overview.
28pub struct Forge(EventLoop<'static, ForgeState>);
29impl Default for Forge {
30 /// Create an instance on forge.
31 fn default() -> Self {

Callers 1

defaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected