ssof 0.2.1

Parser, serializer, and patch applier for Shell Safe Options Format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ssof"
version = "0.2.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Parser, serializer, and patch applier for Shell Safe Options Format"
documentation = "https://docs.rs/ssof"
keywords = ["ssof", "shell", "config", "json"]
categories = ["config", "encoding", "parser-implementations"]

[dependencies]
serde_json = "1.0"