Docs.rs
  • maray-0.3.2
    • maray 0.3.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • bvssvni
    • Dependencies
      • anyhow ^1.0.86 normal
      • bincode ^1.3.3 normal
      • current ^0.1.2 normal optional
      • fnv ^1.0.7 normal
      • image ^0.25.1 normal optional
      • rayon ^1.10.0 normal optional
      • serde ^1.0.203 normal
      • wasmer ^4.3.2 normal optional
      • clap ^4.5.7 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • 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

maray0.3.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Context
  • Runtime
  • cache::Cache
  • compressor::Compressor
  • compressor::IsCompressedCache
  • constant::Constant
  • grid::Grid2
  • partial_eval::PartialEval
  • partial_red::PartialRed
  • textures::Textures
  • var_fixer::VarFixer

Enums

  • Expr
  • RenderMethod
  • Report
  • ReportState
  • sd::Sd2
  • semantics::BinOp
  • semantics::UnOp
  • token::Token

Traits

  • semantics::Semantics

Functions

  • abs
  • add
  • app
  • chess
  • clamp
  • clamp_u8
  • clamp_unit
  • compressor::compress
  • compressor::compression_benefit
  • compressor::is_compressed
  • compressor::is_simple_expr
  • cos
  • div
  • e
  • eq
  • exp
  • from_barycentric
  • ge
  • gen
  • gen_to_image
  • gt
  • half
  • inside_triangle
  • le
  • lerp
  • let_
  • ln
  • lt
  • max
  • min
  • mul
  • nat
  • neg
  • open
  • p2_abs
  • p2_add
  • p2_cbez
  • p2_circle
  • p2_div
  • p2_dot
  • p2_len
  • p2_lerp
  • p2_max
  • p2_mul
  • p2_neg
  • p2_pos
  • p2_qbez
  • p2_scale
  • p2_spiral
  • p2_sub
  • p2_subst
  • p4_same
  • p4_xy
  • p4_zw
  • pi
  • pos
  • quad_pos
  • quad_to_tri
  • rad_45
  • rad_90
  • rad_to_unit
  • range
  • range_incl
  • recip
  • save
  • semantics::decor_inner
  • set_and
  • set_inv
  • set_or
  • set_unit_square
  • set_xor
  • sin
  • sqrt
  • square
  • step
  • step_at
  • step_pos
  • step_pos_at
  • sub
  • tau
  • textures::channel
  • textures::fun_color_channel
  • textures::fun_image_height
  • textures::fun_image_width
  • textures::functions
  • textures::image_height
  • textures::image_width
  • to_barycentric
  • to_uv
  • unit_to_rad
  • var
  • var_fixer::fix_color
  • var_id
  • var_range_union
  • x
  • y

Type Aliases

  • Color
  • Decor
  • Point2
  • Point3
  • Point4