blob: 525562e5a0f1fc96ca5988aa0fad4b41259194cc [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.
//! Rust bindings to common Fuchsia device libraries
//! Currently pty only implemented, others to follow
#![deny(warnings)]
//#![deny(missing_docs)]
#![allow(dead_code)]
pub mod pty;