spitfire-core 0.29.2

Core module for Spitfire toolset
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "spitfire-core"
version = "0.29.2"
edition = "2021"
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
description = "Core module for Spitfire toolset"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/PsichiX/spitfire"
repository = "https://github.com/PsichiX/spitfire"
documentation = "https://docs.rs/spitfire-core"
readme = "../../README.md"

[dependencies]
bytemuck = { version = "1", features = ["derive"] }