=== 2.0 / 2012-05-16 * API Change * Split #construct into a Tokenizer and Parser. The Structure class is now mostly empty. * Enhancements * Added a Tokenizer allows examination of a stream without the creation of excessive objects. * Added a Parser which can be used as a model for further examination of Marshal streams. * Added an ObjectCounter which counts the number of allocations that will be made when loading the stream. * Added Marshal::Structure#load which loads the object using Marshal. === 1.1.1 / 2011-10-06 * Bug fix * Really add bin/marshal_structure === 1.1 / 2011-10-06 * Minor enhancement * Added bin/marshal_structure === 1.0 / 2011-08-05 * Major enhancements * Birthday!