cursor_binary_parser 0.2.0

A helper for using Cursor to manage the parsing of binary packed files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cursor_binary_parser"
version = "0.2.0"
edition = "2024"
authors = ["GrumpyMetalGuy"]
license-file = "LICENSE"
description = "A helper for using Cursor to manage the parsing of binary packed files."
repository = "https://github.com/GrumpyMetalGuy/cursor_binary_parser"
readme = "README.md"
keywords = ["cursor", "parsing", "nom"]
categories = ["parsing"]

[dependencies]
thiserror = "2.0"