ZakharEl / snippet-interactive-types

Rust library for snippet segments that are filled in by program or user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snippet Interactive Types

This library implements Snippet Body. It defines what functionality to include or exclude for snippets by what InteractiveSegment implementors (Placeholder, Variable, etc) it includes or excludes. This library does not include parsers. This is the responsability of another progam that uses this library so as to enable custom snippet body string syntax. This also achieves the state of being unopinionated for parsing a snippet body string into segments. This is prealpha software at the moment and it's history is subject to being overwritten.

About

Rust library for snippet segments that are filled in by program or user

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%