mirror of
https://github.com/openharmony/third_party_rust_tinyvec_macros.git
synced 2026-07-01 20:54:01 -04:00
preparation for crates.io
This commit is contained in:
@@ -3,6 +3,9 @@ name = "tinyvec_macros"
|
||||
version = "0.1.0"
|
||||
authors = ["Soveu <marx.tomasz@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0 OR Zlib"
|
||||
repository = "https://github.com/Soveu/tinyvec_macros"
|
||||
description = "Some macros for tiny containers"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#![no_std]
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! impl_mirrored {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user