licenses.dev

macro-attr v0.2.0

This crate provides the `macro_attr!` macro that enables the use of custom, macro-based attributes and derivations. Supercedes the `custom_derive` crate.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/macro-attr)](https://licenses.dev/cargo/macro-attr)
<a href="https://licenses.dev/cargo/macro-attr">
  <img src="https://licenses.dev/b/cargo/macro-attr" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

[![licenses](https://licenses.dev/b/cargo/macro-attr/0.2.0)](https://licenses.dev/cargo/macro-attr/0.2.0)
<a href="https://licenses.dev/cargo/macro-attr/0.2.0">
  <img src="https://licenses.dev/b/cargo/macro-attr/0.2.0" alt="licenses" />
</a>
GitHub