Skip to content

Commit

Permalink
Merge branch 'metadata'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Schmidmeister committed Sep 3, 2018
2 parents d856dfc + 661e6a4 commit 51355fb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ cargo-features = ["edition"]

[package]
name = "slablit"
description = "Literal for slab creation"
version = "0.2.0"
authors = ["Ruben Schmidmeister <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "readme.md"
repository = "https://github.com/myelin-ai/slablit"
homepage = "https://github.com/myelin-ai/slablit"
documentation = "https://docs.rs/slablit"
edition = "2018"

[dependencies]
slab = "0.4"

[badges]
travis-ci = { repository = "myelin-ai/slablit", branch = "master" }
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# slablit

[![Build Status](https://travis-ci.com/myelin-ai/slablit.svg?branch=master)](https://travis-ci.com/myelin-ai/slablit)
[![Latest Version](https://img.shields.io/crates/v/slablit.svg)](https://crates.io/crates/slablit)
[![Documentation](https://docs.rs/slablit/badge.svg)](https://docs.rs/slablit)

> ⚠️ This crate requires the nightly compiler
Literals for slab creation
Literal for slab creation

```toml
# Cargo.toml
[dependencies]
slablit = "0.2.0"
```

```rust
#![feature(decl_macro, macro_at_most_once_rep)]
Expand Down

0 comments on commit 51355fb

Please sign in to comment.