stacksafe 1.0.3

Prevent stack overflow in deeply recursive functions with automatic stack management.
Documentation
1
2
3
4
5
error: #[stacksafe] can only be applied to functions
  --> tests/ui/non_function_item.rs:18:1
   |
18 | struct NotAFunction;
   | ^^^^^^^^^^^^^^^^^^^^