tsify-next 0.5.6

Tsify-next is a library for generating TypeScript definitions from rust code.
Documentation
1
2
3
4
5
6
7
8
//! Generates expanded code for tests in `tests/expand/` directory.
//! To update the expected output, run with `MACROTEST=overwrite cargo test`
//! or delete the `.expanded.rs` files.

#[test]
fn expandtest() {
    macrotest::expand_args("tests/expand/*.rs", ["--features", "tsify-next/json"]);
}