ryley 0.1.1

Syntax unifies programmers
Documentation
  • Coverage
  • 100%
    169 out of 169 items documented137 out of 154 items with examples
  • Size
  • Source code size: 270.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 21.34 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ministry-prog

Ryley - Syntax unifies programmers

Ryley is an attempt at a high level programming language in which users can define their own syntax, all implemented in Rust. Currently it functions (or rather aspires to be) a standard library.

At the moment Ryley only contains wrappers for various data structures such as Array, Vector, OrdSet, HashSet, OrdDict, HashDict... and that was all.