blob: 1ec8341a96be99b2da028eaa5d1774d0d838e6dd [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.
#![recursion_limit = "4096"]
mod app;
mod key_util;
mod pty;
mod terminal_view;
mod ui;
pub use app::TerminalAssistant;