3 releases

0.1.5-alpha.0 Mar 25, 2023
0.1.4-alpha.0 Mar 2, 2023
0.1.3-alpha.0 Feb 28, 2023

#1245 in Procedural macros

Download history 256/week @ 2023-06-13 490/week @ 2023-06-20 238/week @ 2023-06-27 811/week @ 2023-07-04 219/week @ 2023-07-11 597/week @ 2023-07-18 380/week @ 2023-07-25 145/week @ 2023-08-01 272/week @ 2023-08-08 265/week @ 2023-08-15 158/week @ 2023-08-22 139/week @ 2023-08-29 271/week @ 2023-09-05 203/week @ 2023-09-12 195/week @ 2023-09-19 214/week @ 2023-09-26

953 downloads per month
Used in 254 crates (2 directly)

BSD-3-Clause

76KB
95 lines

caffe2-derive

A Rust proc macro crate for automatically deriving operator implementations in the caffe2 workspace.

This crate provides a set of proc macros for the caffe2 rust workspace.

Note that this crate is still in the process of being translated from C++ to Rust, and so some of the function bodies may still be in the process of translation.

No runtime deps