We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54be2a5 commit cecb6f0Copy full SHA for cecb6f0
Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
7
readme = "README.md"
8
repository = "https://github.com/alexcrichton/stacker"
9
homepage = "https://github.com/alexcrichton/stacker"
10
-documentation = "http://alexcrichton.com/stacker"
+documentation = "https://docs.rs/stacker"
11
description = """
12
A stack growth library useful when implementing deeply recursive algorithms that
13
may accidentally blow the stack.
0 commit comments