box-format 0.3.1

Support library for the Box open standard archive format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Feature: Header `magic_bytes` field

  Rule: The magic starting bytes MUST be 'BOX\0'

    Scenario: Valid magic bytes are found
      Given a box file with a valid header
      When magic bytes are parsed
      Then the magic bytes parse successfully

    Scenario: Invalid magic bytes are found
      Given an arbitrary, non-box file
      When magic bytes are parsed
      Then an error regarding missing magic bytes is returned