blob: e5208a9c4ab7682ffdb0a25fcfe407d83098b77a [file] [log] [blame]
// Copyright 2019 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.
//! A Fuchsia Driver Bind Program compiler
#[macro_use]
extern crate bitfield;
mod c_generation;
mod instruction;
fn main() {}