tmux_plugin 0.0.1

A library for writing tmux plugins in Rust. This requires a forked version of tmux which supports plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.libc]
version = "0.2.43"

[package]
authors = ["Benjamin Fox <foxbenjaminfox@gmail.com>"]
description = """
A library for writing tmux plugins in Rust.
This requires a forked version of tmux which
supports plugins.
"""
edition = "2018"
keywords = ["tmux", "plugin"]
license = "MIT"
name = "tmux_plugin"
readme = "README.md"
version = "0.0.1"