3 releases (1 stable)
1.0.0 | Oct 3, 2023 |
---|---|
0.9.1 | Oct 3, 2023 |
0.9.0 | Oct 3, 2023 |
#144 in #tensor
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
~256K SLoC