#tensor #proc-macro #wrapper #standalone #tensor-types #tensor-type

macro tensor_types_proc

Support proc_macro for the tensor_types crate

3 releases (1 stable)

1.0.0 Oct 3, 2023
0.9.1 Oct 3, 2023
0.9.0 Oct 3, 2023

#70 in #standalone

Download history 17/week @ 2024-02-23 13/week @ 2024-03-01 2/week @ 2024-03-08 7/week @ 2024-03-15 41/week @ 2024-03-29 44/week @ 2024-04-05 2/week @ 2024-04-12

87 downloads per month

MIT/Apache

14KB
147 lines

This crate provides the tensor_type macro to the tensor_types crate.

Note: Do not use this crate directly. Instead, use the tensor_types crate. See the repository at github.com/GaryBoone/tensor_types for more information.

This crate exists as a standalone crate because of the way proc_macros work in Rust. In addition, Crates.io does not recognize sub-crates, so this crate appears as a standalone crate.


lib.rs:

This crate provides the tensor_type macro to the tensor_types crate.

Note: Do not use this crate directly. Instead, use the tensor_types crate. See the repository at github.com/GaryBoone/tensor_types for more information.

This crate exists as a standalone crate because of the way proc_macros work in Rust. In addition, Crates.io does not recognize sub-crates, so this crate appears as a standalone crate.

Dependencies

~12MB
~245K SLoC