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
assertion_line: 33
expression: decoded_viewed
---
- referent: referent-0
  name: Value=1234567
  class: IntValue
  properties:
    Attributes:
      Attributes: {}
    Tags:
      Tags: []
    Value:
      Int64: 1234567
  children: []
- referent: referent-1
  name: Value=1337
  class: IntValue
  properties:
    Attributes:
      Attributes: {}
    Tags:
      Tags: []
    Value:
      Int64: 1337
  children: []
- referent: referent-2
  name: Value=-7654321
  class: IntValue
  properties:
    Attributes:
      Attributes: {}
    Tags:
      Tags: []
    Value:
      Int64: -7654321
  children: []