do-with-in-internal-macros

Crates.iodo-with-in-internal-macros
lib.rsdo-with-in-internal-macros
version0.1.6
sourcesrc
created_at2023-04-02 05:25:51.931343
updated_at2024-09-08 11:24:42.888729
descriptionA template language for Rust metaprogramming using partial staging.
homepagehttps://github.com/flaviusb/do-with-in
repositoryhttps://github.com/flaviusb/do-with-in
max_upload_size
id827866
size35,149
Justin Marsh (:flaviusb) (flaviusb)

documentation

README

Do With In (internal macros package)

This is an inner package that contains the proc_macros that most end users will use. 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 proc_macros from this package and the items they were built from in the package do-with-in-base.

Commit count: 133

cargo fmt