forked from M-Labs/libfringe
parent
11a6c2a658
commit
0ccf72fcb3
|
@ -21,7 +21,7 @@ It provides the following safe abstractions:
|
||||||
|
|
||||||
It also provides the necessary low-level building blocks:
|
It also provides the necessary low-level building blocks:
|
||||||
* a trait that can be implemented by stack allocators,
|
* a trait that can be implemented by stack allocators,
|
||||||
[Stack](https://edef1c.github.io/libfringe/fringe/struct.Stack.html);
|
[Stack](https://edef1c.github.io/libfringe/fringe/trait.Stack.html);
|
||||||
* a wrapper for using slice references as stacks,
|
* a wrapper for using slice references as stacks,
|
||||||
[SliceStack](https://edef1c.github.io/libfringe/fringe/struct.SliceStack.html);
|
[SliceStack](https://edef1c.github.io/libfringe/fringe/struct.SliceStack.html);
|
||||||
* a stack allocator based on `Box<[u8]>`,
|
* a stack allocator based on `Box<[u8]>`,
|
||||||
|
|
Loading…
Reference in New Issue