Crate refiner

Source
Expand description

§Module :: refiner

experimental rust-status docs.rs Open in Gitpod discord

Utility to operate files from a command line.

Modules§

exposed
Exposed namespace of the module.
instruction
Result of parsing.
orphan
Orphan namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.
props
Properties parsing.
protected
Protected namespace of the module.

Structs§

Instruction
Instruction.
InstructionParseParams
Parameters of instruction.
PropsParseOptions
Properties parsing options.

Traits§

InstructionParseParamsAdapter
Adapter for instruction.
PropsParseOptionsAdapter
Parse properties.

Functions§

parse_from_splits
Parse input as instruction from splits.
parse_from_splits
Parse properties from splits.