// Copyright (c) 2023, Sudipto Chandra // All rights reserved. Check LICENSE file for details. /// Implementations of fast and error resilient codecs in pure Dart. library; export 'src/codecs_base.dart';