Crates.io | peace_items |
lib.rs | peace_items |
version | 0.0.13 |
source | src |
created_at | 2023-06-03 08:34:18.742445 |
updated_at | 2024-02-03 03:51:24.951531 |
description | Collection of items the peace framework |
homepage | https://peace.mk |
repository | https://github.com/azriel91/peace |
max_upload_size | |
id | 881464 |
size | 9,414 |
peace
is a framework to build empathetic and forgiving software automation.
See:
peace.mk for the project vision.
Background for the motivation to create this framework.
Operations UX for a book about the dimensions considered during peace
's design and development.
A joy to use.
Ergonomic API and guidance to do the right thing.
Understandable output.
Symbol | Meaning |
---|---|
🟢 | Works well |
🟡 | Partial support |
⚫ | Planned |
🔵 | Compatible by design |
🟣 | Works, "fun idea" |
miette
.fn_graph
.tokio-graceful-shutdown
.peace
binary for configuration based workflows.peace
on servers (Web API invocation).Further ideas:
Examples are run using --package
instead of --example
, as each example is organized as its own crate.
cargo run --package $example_name --all-features
# e.g.
cargo build --package download --all-features
cargo run -q --package download --all-features -- init https://ifconfig.me ip.json
for cmd in status goal diff ensure ensure diff clean clean diff
do
printf "=== ${cmd} ===\n"
cargo run -q --package download --all-features -- --format text $cmd
printf '\n'
done
# Look at metadata that Peace has saved
find .peace -type f -exec bash -c 'echo \# {}; cat {}; echo' \;
# Clean up the metadata directory
rm -rf .peace
The download
example can be built as a web assembly application using wasm-pack
:
cd examples/download
wasm-pack build --target web
In the examples/download
directory, start an HTTP server, and open http://localhost:8000/:
python3 -m http.server 8000 # or
simple-http-server --nocache --port 8000 -i
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.