bmux 0.0.1-alpha.1

A modern terminal multiplexer written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bmux

The main bmux library providing core functionality for the terminal multiplexer.

## Overview

This package serves as the main entry point and orchestrates the various bmux components including session management, terminal handling, and event processing.

## Features

- Core bmux functionality
- Session and window management
- Integration with all bmux components

## Usage

This is primarily used internally by the bmux CLI and other components. See the main bmux documentation for usage examples.