breadcrumbs 0.1.5

A beautiful, tiny traceback and logging library supporting #![no_std] rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.0"

[dependencies.spin]
version = "0.9.8"

[package]
authors = ["Michael Reeves <linux479@duck.com>"]
categories = ["development-tools::debugging"]
description = "A beautiful, tiny traceback and logging library supporting #![no_std] rust."
documentation = "https://docs.rs/breadcrumbs"
edition = "2021"
license = "Apache-2.0"
name = "breadcrumbs"
readme = "README.md"
repository = "https://github.com/IntegralPilot/breadcrumbs-rs"
version = "0.1.5"