macro_magic | Rust proc macros that allow the exporting and importing
kandi X-RAY | macro_magic Summary
kandi X-RAY | macro_magic Summary
macro_magic is a Rust library. macro_magic has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
A collection of Rust proc macros that allow the exporting and importing of TokenStream2s of items in foreign contexts and files
A collection of Rust proc macros that allow the exporting and importing of TokenStream2s of items in foreign contexts and files
Support
Quality
Security
License
Reuse
Support
macro_magic has a low active ecosystem.
It has 12 star(s) with 1 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 1 have been closed. On average issues are closed in 10 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of macro_magic is v0.3.5
Quality
macro_magic has no bugs reported.
Security
macro_magic has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
macro_magic is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
macro_magic releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of macro_magic
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of macro_magic
macro_magic Key Features
No Key Features are available at this moment for macro_magic.
macro_magic Examples and Code Snippets
No Code Snippets are available at this moment for macro_magic.
Community Discussions
No Community Discussions are available at this moment for macro_magic.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install macro_magic
You can download it from GitHub.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Support
The proc_support feature must be enabled in proc macro crates that make use of any import tokens functionality, including #[import_tokens_attr], #[import_tokens_proc] and import_tokens!. Otherwise these macros will not function correctly and will issue compiler errors complaining about items not existing under macro_magic::mm_core. The #[export_tokens] macro does not require this feature to function correctly, so you can safely use it without enabling this feature. The reason for this feature gating is that things like syn, quote, proc_macro2, etc., are not 100% no_std compatible and should only be enabled in proc macro crates.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page