// Copyright (c) Facebook, Inc. and its affiliates // SPDX-License-Identifier: MIT OR Apache-2.0 library bcs; import 'dart:typed_data'; import '../serde/serde.dart'; part 'bcs_deserializer.dart'; part 'bcs_serializer.dart';