Crate tsify_next

Source

Structs§

SerializationConfig

Traits§

JsValueSerdeExt
Extension trait to provide conversion between JsValue and serde.
Tsify
Tsify is a trait that allows you to convert a type to and from JavaScript. Can be implemented manually if you need to customize the serialization or deserialization.

Attribute Macros§

declare
The declare macro, used in #[declare] annotations.

Derive Macros§

Tsify
The Tsify derive macro, used in #[derive(Tsify, ...)] annotations.