backtracer.cr

Backtrace parser

Assists in parsing backtraces into a structured form.

Crystal shard aiming to assist with parsing backtraces into a structured form.

GitHub

15 stars
3 watching
0 forks
Language: Crystal
last commit: about 1 year ago
Linked from 1 awesome list

crystalparserstacktrace

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sija/base62.cr A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. 10
sija/retriable.cr A retry mechanism with exponential backoff for handling unreliable code blocks 41
sija/debug.cr A debugging tool providing colorized output and type information for Crystal programming language 94
spider-gazelle/bindata Provides a declarative way to read and write structured binary data 48
chris-huxtable/front_matter.cr Parser for separating metadata from file content 11
sija/blurhash.cr An algorithm to encode images into compact strings and reconstruct them later as color gradients. 23
sija/raven.cr A Crystal client for integrating Sentry error reporting into applications. 121
sija/any_hash.cr A library for working with nested data structures, providing an easy-to-use JSON-friendly hash class and methods for traversing and manipulating it. 35
sija/climate.cr Utility to add color to CLI output based on customizable styles and configurations. 14
crystal-china/hashr A lightweight class used to simplify testing of JSON responses in Crystal applications. 0
sija/ksuid.cr A Crystal implementation of globally unique IDs with timestamp and random payload components. 15
sija/gphoto2.cr An FFI for common functions in the libgphoto2 library and a facade for Crystal developers to interact with it. 16
ysbaddaden/crystal-cmark A Crystal wrapper around the CommonMark C library for parsing and rendering Markdown text 18
crystal-community/toml.cr A Crystal implementation of the TOML data serialization format 60
icyleaf/markd A markdown parser written in Crystal, compliant to CommonMark specification. 109