mirror of
https://github.com/bspeice/qadapt
synced 2024-11-14 10:08:08 -05:00
Minor docs update
This commit is contained in:
parent
dbf24afc67
commit
65808b4e49
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ readme: README.md
|
||||
|
||||
README.md: src/lib.rs
|
||||
@sed -i '/---/q' README.md
|
||||
@cat src/lib.rs | grep '//!' | sed 's/^\/\/\! *//g' >> README.md
|
||||
@cat src/lib.rs | grep '//!' | sed -E 's/^\/\/\! ?//g' >> README.md
|
||||
|
||||
.PHONY: doc
|
||||
doc: readme contributors
|
||||
|
@ -6,9 +6,8 @@
|
||||
[![travisci](https://travis-ci.org/bspeice/qadapt.svg?branch=master)](https://travis-ci.org/bspeice/qadapt)
|
||||
[![appveyor](https://ci.appveyor.com/api/projects/status/km1p081tkjcptn1w/branch/master?svg=true)](https://ci.appveyor.com/project/bspeice/qadapt/branch/master)
|
||||
|
||||
|
||||
---
|
||||
# QADAPT - `debug_assert!` for your memory
|
||||
## `debug_assert!` for your memory usage
|
||||
|
||||
This allocator is a helper for writing high-performance code that is memory-sensitive;
|
||||
a thread panic will be triggered if a function annotated with `#[no_alloc]`,
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! # QADAPT - `debug_assert!` for your memory
|
||||
//! ## `debug_assert!` for your memory usage
|
||||
//!
|
||||
//! This allocator is a helper for writing high-performance code that is memory-sensitive;
|
||||
//! a thread panic will be triggered if a function annotated with `#[no_alloc]`,
|
||||
|
Loading…
Reference in New Issue
Block a user