ferroforge 0.2.0

Compose reusable RTIC tasks and project-owned initialization into a real RTIC firmware application
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ferroforge"
version = "0.2.0"
edition = "2024"
rust-version = "1.88"
description = "Compose reusable RTIC tasks and project-owned initialization into a real RTIC firmware application"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Eirik2020/ferroforge"
readme = "README.md"
keywords = ["embedded", "rtic", "proc-macro"]
categories = ["development-tools", "embedded"]

[dependencies]
ferroforge-macros = { version = "0.2.0", path = "../ferroforge-macros" }