//
// Copyright (c) 2015-2019 Plausible Labs Cooperative, Inc.
// All rights reserved.
//
// This API is based on the design of Michael Pilquist and Paul Chiusano's
// Scala scodec library: https://github.com/scodec/scodec/
//
// TODO: Restore benchmark support
// // The following allows for benchmark tests.
// #![feature(test)]
// The following is necessary to make exported macros visible.
// TODO: Restore benchmark support
// // The following is used for benchmark tests.
// extern crate test;