libbeachcomber 0.5.1

Client library for querying the beachcomber (comb) shell state daemon
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libbeachcomber"
version = "0.5.1"
edition = "2024"
description = "Client library for querying the beachcomber (comb) shell state daemon"
license = "MIT"
repository = "https://github.com/NavistAu/beachcomber"
keywords = ["shell", "prompt", "git", "daemon", "client"]
categories = ["command-line-utilities", "development-tools"]
readme = "../README.md"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
libc = "0.2"