[go: up one dir, main page]

litrs 0.2.1

Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context.
Documentation
[dependencies.proc-macro2]
optional = true
version = "1"

[features]
default = ["proc-macro2"]

[package]
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers", "parser-implementations", "development-tools::build-utils"]
description = "Parse and inspect Rust literals (i.e. tokens in the Rust programming language\nrepresenting fixed values). Particularly useful for proc macros, but can also\nbe used outside of a proc-macro context.\n"
documentation = "https://docs.rs/litrs/"
edition = "2018"
exclude = [".github"]
keywords = ["literal", "parsing", "proc-macro", "type", "procedural"]
license = "MIT/Apache-2.0"
name = "litrs"
readme = "README.md"
repository = "https://github.com/LukasKalbertodt/litrs/"
version = "0.2.1"