rotext_core 0.2.0

The core (no_std) part of the official and de facto Rotext parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rotext_core"
rust-version.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
description = "The core (no_std) part of the official and de facto Rotext parser."

[features]
test = []
line-number = []
block-id = []

[dependencies]
rotext_internal_macros = { workspace = true }