rotext_internal_test 0.2.0

A crate that includes internal test related stuff for the official Rotext parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rotext_internal_test"
rust-version.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
description = "A crate that includes internal test related stuff for the official Rotext parser."

[dependencies]
rotext_core = { workspace = true, features = ["test"] }

indoc = "2.0.5"