serde-generate/runtime/dart/bincode/bincode.dart (5 lines of code) (raw):
// Copyright (c) Facebook, Inc. and its affiliates
// SPDX-License-Identifier: MIT OR Apache-2.0
library bincode;
import 'dart:typed_data';
import '../serde/serde.dart';
part 'bincode_deserializer.dart';
part 'bincode_serializer.dart';