preparation for crates.io

This commit is contained in:
Soveu
2020-08-09 18:30:13 +02:00
parent b00760d250
commit 4985e022b1
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -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
+2
View File
@@ -1,3 +1,5 @@
#![no_std]
#[macro_export]
macro_rules! impl_mirrored {
{