blob: bd7be2c8b7e72965fddc6aaa780186a52143dd00 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! `fidl_fuchsia_pkg_ext` contains wrapper types around the auto-generated `fidl_fuchsia_pkg`
//! bindings.
#[cfg(test)]
#[macro_use]
extern crate proptest;
mod types;
pub use crate::types::BlobId;
mod errors;
pub use crate::errors::BlobIdParseError;