heartfelt 0.1.5

# Heartfelt A simple Rust library for creating DSLs (Domain Specific Languages) ## Roadmap This is still pretty much a work in progress. There will soon be an update with examples and documentation. Heartfelt is still at a very early stage but a lot of features are planned. For Instance: A compiler to bytecode. A vm for that bytecode. More language features. Most of the features will be behind a cargo feature in order to keep binary sizes as small as possible and to only feature what you really need. # License Heartfelt is distributed under the terms of the MIT license. See LICENSE for more details
Documentation
Builds

heartfelt's sandbox limits

All the builds on docs.rs are executed inside a sandbox with limited resources. The limits for this crate are the following:

Available RAM 6 GB
Maximum rustdoc execution time 15 minutes
Maximum size of a build log 100 kB
Network access blocked
Maximum number of build targets 10

If a build fails because it hit one of those limits please open an issue to get them increased.