package
0.0.0-20220613080921-65fd79d85952
Repository: https://github.com/xqueries/xdb.git
Documentation: pkg.go.dev

# Variables

Default is the ruleset that this application uses by default.

# Structs

Ruleset is a collection of a whitespace detector, a linefeed detector and a slice of rules.

# Interfaces

Rule describes a single scanner rule that can theoretically be applied.
RuneScanner is a capsule that limits the interaction of the scanner to a subset of two core functions.

# Type aliases

DetectorFunc is a function that can detect if a given rune has a implementation specific attribute.
FuncRule is an type alias that works as implementation for a ruleset.Rule.