incremental-writer 0.1.2

A wrapper around a file writer that appends json objects to an array in a file
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Drew Cunningham <atacunningham@users.noreply.github.com>"]
categories = ["filesystem"]
description = "A wrapper around a file writer that appends json objects to an array in a file"
edition = "2018"
keywords = ["json", "file-writer", "rolling-file", "io"]
license = "MIT OR Apache-2.0"
name = "incremental-writer"
readme = "README.md"
repository = "https://github.com/BaronVonDrew/incremental-writer.git"
version = "0.1.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]