Docs.rs
  • oml-0.0.6
    • oml 0.0.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • fawdlstty
    • Dependencies
      • pest ^2.7.11 normal
      • pest_derive ^2.7.11 normal
      • cbindgen ^0.27.0 build
    • Versions
    • 1.89% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

oml0.0.6

Crate Items

  • Enums
  • Functions

List of all items

Enums

  • OmlExpr
  • OmlValue

Functions

  • ffi::oml_expr_evalute
  • ffi::oml_expr_from_str
  • ffi::oml_expr_set_bool
  • ffi::oml_expr_set_float
  • ffi::oml_expr_set_int
  • ffi::oml_expr_set_none
  • ffi::oml_expr_set_string
  • ffi::oml_release_expr
  • ffi::oml_release_str
  • ffi::oml_release_value
  • ffi::oml_value_as_bool
  • ffi::oml_value_as_float
  • ffi::oml_value_as_int
  • ffi::oml_value_as_str
  • ffi::oml_value_get_array_length
  • ffi::oml_value_get_keys
  • ffi::oml_value_get_map_length
  • ffi::oml_value_is_array
  • ffi::oml_value_is_bool
  • ffi::oml_value_is_float
  • ffi::oml_value_is_int
  • ffi::oml_value_is_map
  • ffi::oml_value_is_none
  • ffi::oml_value_is_str
  • ffi::oml_value_set_bool
  • ffi::oml_value_set_float
  • ffi::oml_value_set_int
  • ffi::oml_value_set_none
  • ffi::oml_value_set_string