1
0
mirror of https://github.com/bspeice/qadapt synced 2025-07-02 14:26:28 -04:00

Prepare for 1.0

This commit is contained in:
2018-12-15 16:12:06 -05:00
parent 501c7712fc
commit b685547ddd
8 changed files with 22 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "qadapt-macro"
version = "0.7.1"
version = "1.0.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
license = "Apache-2.0"

View File

@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/qadapt-macro.svg)](https://crates.io/crates/qadapt-macro)
[![docs.rs](https://docs.rs/dtparse/qadapt-macro.svg)](https://docs.rs/qadapt-macro/)
Helper macros to use with the QADAPT allocator system
Helper macro for the QADAPT allocator.
This crate is intended for managing the QADAPT allocator,
and is unusable on its own.