1
0
mirror of https://github.com/bspeice/qadapt synced 2025-07-03 06:45:02 -04:00

I lied, the cleanup is never done

This commit is contained in:
2018-11-11 22:37:00 -05:00
parent 901e7941a2
commit 76091906cc
3 changed files with 23 additions and 0 deletions

View File

@ -11,6 +11,9 @@
//! so the attribute is safe to leave everywhere.
//!
//! Currently this crate is Nightly-only, but will work once `const fn` is in Stable.
//!
//! Please also take a look at [qadapt-macro](https://github.com/bspeice/qadapt/tree/master/qadapt-macro)
//! for some helper macros to make working with QADAPT a bit easier.
#![deny(missing_docs)]
extern crate libc;
extern crate qadapt_macro;