Cargo Features

glsp-engine has no features set by default.

[dependencies]
glsp-engine = { version = "0.2.0", features = ["unsafe-internals", "compiler"] }
unsafe-internals

Affects gc::Raw

compiler = bincode, flate2, serde

Enables derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

Affects engine::glsp.load_and_compile, engine::glsp.load_and_compile_str, engine::glsp.load_and_compile_vals, engine::glsp.load_compiled

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bincode compiler?
flate2 compiler?
serde compiler?