rbx_binary 0.7.3

Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats
Documentation
---
source: rbx_binary/src/tests/util.rs
expression: decoded_viewed
---
- referent: referent-0
  name: "{1, 2, 3}, {-4, -5, -6}"
  class: RayValue
  properties:
    Attributes:
      Attributes: {}
    SourceAssetId:
      Int64: -1
    Tags:
      Tags: []
    Value:
      Ray:
        origin:
          - 1
          - 2
          - 3
        direction:
          - -4
          - -5
          - -6
  children: []
- referent: referent-1
  name: "{inf, -inf, nan}, {0.5, 0.15625, 0.1}"
  class: RayValue
  properties:
    Attributes:
      Attributes: {}
    SourceAssetId:
      Int64: -1
    Tags:
      Tags: []
    Value:
      Ray:
        origin:
          - inf
          - -inf
          - NaN
        direction:
          - 0.5
          - 0.15625
          - 0.1
  children: []