Fix link to Stack in readme

close #46
master
Steve Klabnik 2016-09-03 10:54:02 -04:00 committed by edef
parent 11a6c2a658
commit 0ccf72fcb3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ It provides the following safe abstractions:
It also provides the necessary low-level building blocks:
* 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,
[SliceStack](https://edef1c.github.io/libfringe/fringe/struct.SliceStack.html);
* a stack allocator based on `Box<[u8]>`,