# Packages
Package crunch provides functions to compress and decompress stacktraces.
# Functions
And returns a filter where all of the filters need to pass.
Capture returns a full stacktrace.
MatchFunction returns a predicate that matches the specified function by regular expression.
MatchPackage returns a predicate that matches the specified package by regular expression.
Trim returns a filter combining the TrimTop and TrimBottom filters with m.
TrimBottom returns a filter that removes all the shallowest entries that doesn't satisfy m.
TrimTop returns a filter that removes all the deepest entries that doesn't satisfy m.