Registry / other / tsify
library0.5.6rscratesunverified

Tsify is a library for generating TypeScript definitions from Rust code.

# Cargo.toml [dependencies] tsify = "0.5.6"
INSTALL
IMPORT
SIG · TSIFY
T
tsify
otherrustv0.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tsify
use tsify::Tsify;

Derive Tsify to generate TypeScript type definitions for a struct.

use tsify::Tsify; use serde::{Serialize, Deserialize}; #[derive(Tsify, Serialize, Deserialize)] struct Point { x: f64, y: f64, } fn main() {}
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tsify — cargo add tsify · libregistry