Crates.io | proclet-utils |
lib.rs | proclet-utils |
version | 0.3.0 |
source | src |
created_at | 2024-02-16 22:19:35.605222 |
updated_at | 2024-03-21 16:01:14.36789 |
description | Utilities for proclet |
homepage | |
repository | https://github.com/maia-s/proclet |
max_upload_size | |
id | 1142836 |
size | 2,898 |
This crate provides the define_ops
macro for defining sets of operators that can be parsed
with proclet::OpParser
, and the rust_op_parser
function for creating an OpParser
that
will parse all the operators used in the Rust language.