Crate ryley

Crate ryley 

Source
Expand description

Package ryley

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.

§Modules:

§structs

  • UDSI - Unified Data Structure Interface
  • Linear
    • Array
    • Vector
  • Unique
    • OrdSet
    • HashSet
  • Indexed
    • OrdDict
    • HashDict

Modules§

structs
Module structs

Macros§

array
Constructs a new Array
hash_dict
Constructs a new HashDict
hash_set
Constructs a new HashSet
ord_dict
Constructs a new OrdDict
ord_set
Constructs a new OrdSet
vector
Constructs a new Vector