microseh 0.2.0

Structured Exception Handling (SEH) for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.cc]
version = "1.0"

[package]
authors = ["sonodima"]
categories = ["os"]
description = "Structured Exception Handling (SEH) for Rust"
edition = "2021"
homepage = "https://github.com/sonodima/microseh"
keywords = ["seh", "windows", "hardware", "exception", "handler"]
license = "MIT"
name = "microseh"
readme = "README.md"
repository = "https://github.com/sonodima/microseh"
version = "0.2.0"