Docs.rs
  • dgen-0.1.1
    • dgen 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • psFried
    • Dependencies
      • byteorder ^1.2.6 normal
      • encoding ^0.2.33 normal
      • env_logger ^0.5 normal
      • failure ^0.1.1 normal
      • itertools ^0.7.3 normal
      • lalrpop-util ^0.16.0 normal
      • lazy_static ^1.1 normal
      • log ^0.4 normal
      • rand ^0.5.3 normal
      • regex ^1.0.1 normal
      • string_cache ^0.7 normal
      • structopt ^0.2.10 normal
      • lalrpop ^0.16.0 build
    • Versions
    • 3.79% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

dgen0.1.1

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Type Aliases

Crate dgen

Source

Re-exports§

pub use self::interpreter::ast::GenType;
pub use self::interpreter::Interpreter;
pub use self::interpreter::Source;

Modules§

interpreter
program

Structs§

Arguments
BoundArgument
BuiltinFunctionPrototype
ConstBin
ConstBoolean
ConstChar
ConstDecimal
ConstInt
ConstString
ConstUint
DataGenOutput
InterpretedFunctionPrototype
ProgramContext

Enums§

AnyFunction
FunctionPrototype

Traits§

OutputType
RunnableFunction

Type Aliases§

BuiltinFunctionCreator
CreateFunctionResult
DynBinFun
DynBooleanFun
DynCharFun
DynDecimalFun
DynFun
DynIntFun
DynStringFun
DynUintFun
IString
interned string type used throughout