| Crates.io | do-with-in-base |
| lib.rs | do-with-in-base |
| version | 0.1.6 |
| created_at | 2023-04-02 05:25:26.598501+00 |
| updated_at | 2024-09-08 11:21:44.738208+00 |
| description | A template language for Rust metaprogramming using partial staging. |
| homepage | https://github.com/flaviusb/do-with-in |
| repository | https://github.com/flaviusb/do-with-in |
| max_upload_size | |
| id | 827865 |
| size | 167,935 |
This is an inner package that contains the actual functions and datastructures that form the basis for do-with-in. Do not use it directly. The package do-with-in reexports everything that forms the public interface. Splitting the packages this way was necessary so that do-with-in could reexport both the items from this package and the proc_macros built using them in the package do-with-in-internal-macros.