ram

Crates.ioram
lib.rsram
version8.0.0
sourcesrc
created_at2015-12-11 03:52:24.645191
updated_at2022-11-26 17:09:05.414078
descriptionA library that helps to parse source code with finite state machines
homepagehttps://github.com/conradkleinespel/ram
repositoryhttps://github.com/conradkleinespel/ram
max_upload_size
id3612
size32,306
members (github:unbase:members)

documentation

README

Rustastic Automaton

ram allows you to ease the creation of a language lexer based on finite state machines.

ram is made available free of charge. You can support its development through Liberapay 💪

Usage

Add ram as a dependency in Cargo.toml:

[dependencies]
ram = "8.0"

See examples and docs at https://docs.rs/ram.

License

The source code is released under the Apache 2.0 license.

Commit count: 0

cargo fmt