Crate tsify_next

source ·

Structs§

Traits§

  • Extension trait to provide conversion between JsValue and serde.
  • 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§

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

Derive Macros§

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