naked-function 0.1.5

Proc macro implementation of #[naked]
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.naked-function-macro]
version = "=0.1.5"

[package]
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
categories = ["embedded", "no-std"]
description = "Proc macro implementation of #[naked]"
edition = "2021"
keywords = ["naked", "asm"]
license = "MIT OR Apache-2.0"
name = "naked-function"
readme = "README.md"
repository = "https://github.com/Amanieu/naked-function"
rust-version = "1.59.0"
version = "0.1.5"