11# stacker
22
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 )
44
55[ Documentation] ( https://docs.rs/stacker )
66
@@ -18,13 +18,13 @@ stacker = "0.1"
1818
1919## Platform Support
2020
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.
2424
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.
2828
2929# License
3030
@@ -33,7 +33,7 @@ This project is licensed under either of
3333 * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
3434 https://www.apache.org/licenses/LICENSE-2.0 )
3535 * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
36- https://opensource.org/licenses/MIT )
36+ https://opensource.org/license/mit )
3737
3838at your option.
3939
0 commit comments