index
:
fparkan
master
rcli
Utilities and tools for the game “Parkan: Iron Strategy”.
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
backtrace
/
examples
/
backtrace.rs
blob: 7ff6cd39eb8f51c42b59ee6f78d43ac309d31f91 (
plain
) (
blame
)
1
2
3
4
5
use
backtrace
::
Backtrace
;
fn
main
()
{
println!
(
"{:?}"
,
Backtrace
::
new
());
}