1
1
# stacker
2
2
3
- [ ![ Build Status] ( https://github.com/rust-lang/stacker/workflows/Test%20stacker /badge.svg )] ( https://github.com/rust-lang/stacker/actions )
3
+ [ ![ Build Status] ( https://github.com/rust-lang/stacker/actions/ workflows/test.yml /badge.svg )] ( https://github.com/rust-lang/stacker/actions )
4
4
5
5
[ Documentation] ( https://docs.rs/stacker )
6
6
@@ -18,13 +18,13 @@ stacker = "0.1"
18
18
19
19
## Platform Support
20
20
21
- This library currently uses psm for its cross platform capabilities, with a notable exception of
22
- Windows, which uses an implementation based on Fibers. See the README for psm for the support
23
- table.
21
+ This library currently uses psm for its cross platform capabilities, with a
22
+ notable exception of Windows, which uses an implementation based on Fibers. See
23
+ the README for psm for the support table.
24
24
25
- On all unsupported platforms this library is a noop. It should compile and run, but it
26
- won't actually grow the stack and code will continue to hit the guard pages
27
- typically in place.
25
+ On all unsupported platforms this library is a noop. It should compile and run,
26
+ but it won't actually grow the stack and code will continue to hit the guard
27
+ pages typically in place.
28
28
29
29
# License
30
30
@@ -33,7 +33,7 @@ This project is licensed under either of
33
33
* Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
34
34
https://www.apache.org/licenses/LICENSE-2.0 )
35
35
* MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
36
- https://opensource.org/licenses/MIT )
36
+ https://opensource.org/license/mit )
37
37
38
38
at your option.
39
39
0 commit comments