7 lines
206 B
Dart
7 lines
206 B
Dart
// 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';
|