Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ts-rs #23

Merged
merged 1 commit into from
Mar 20, 2025
Merged

Support ts-rs #23

merged 1 commit into from
Mar 20, 2025

Conversation

Kunduin
Copy link
Contributor

@Kunduin Kunduin commented Mar 13, 2025

This pr add support for ts-rs.

#[derive(ts_rs::TS)]
struct Test {
	id: FastStr
}

assert_eq!(
	<Test as ts_rs::TS>::decl(),
	"type Test = { id: string, };"
);

@PureWhiteWu
Copy link
Contributor

LGTM, thanks very much for your contribution!

@PureWhiteWu PureWhiteWu merged commit cf9f42b into volo-rs:main Mar 20, 2025
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants