2 unstable releases

0.3.0 Sep 29, 2019
0.2.0 Feb 19, 2019
0.1.0 Feb 19, 2019

#1205 in Procedural macros

Download history 18/week @ 2023-12-14 41/week @ 2023-12-21 233/week @ 2023-12-28 40/week @ 2024-01-04 61/week @ 2024-01-11 52/week @ 2024-01-18 104/week @ 2024-01-25 51/week @ 2024-02-01 66/week @ 2024-02-08 109/week @ 2024-02-15 128/week @ 2024-02-22 104/week @ 2024-02-29 83/week @ 2024-03-07 79/week @ 2024-03-14 162/week @ 2024-03-21 136/week @ 2024-03-28

468 downloads per month
Used in 4 crates (via ritz_impl)

MIT license

17KB
308 lines

Snax

Travis-CI Build

Snax is JSX for Rust.

More specifically, it's a library for proc macro authors who want JSX-like syntax in their libraries.

For the current best example of how to use Snax, check out the current source of the ritz crate.

Requirements

Snax requires Rust 1.32 or newer.

License

Snax is available under the MIT license. See LICENSE.txt for details.


lib.rs:

Snax is JSX for Rust.

More specifically, it's a library for proc macro authors who want JSX-like syntax in their libraries.

For the current best example of how to use Snax, check out the current source of the ritz crate.

Requirements

Snax requires Rust 1.32 or newer.

License

Snax is available under the MIT license. See LICENSE.txt for details.

Dependencies

~61KB