Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/rustix-0.36.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd authored Nov 30, 2023
2 parents 1cbc29c + ec795a6 commit 1b886fb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 16 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<div align="center">
<h1>账 Zhang</h1>
<p>a plain text double-accounting tool</p>
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/kilerd/zhang/Develop%20Build">
<a href="https://crates.io/crates/zhang"><img alt="Crates.io" src="https://img.shields.io/crates/v/zhang"></a>
<a href="https://codecov.io/gh/zhang-accounting/zhang" ><img src="https://codecov.io/gh/zhang-accounting/zhang/branch/main/graph/badge.svg?token=AVM0HNGF91"/></a>
<img alt="Crates.io (recent)" src="https://img.shields.io/crates/dr/zhang">
<a href="docs.rs/zhang"><img alt="docs.rs" src="https://img.shields.io/docsrs/zhang"></a>
<img alt="Crates.io" src="https://img.shields.io/crates/l/zhang">
<img src="https://raw.githubusercontent.com/zhang-accounting/zhang/main/assets/screenshot.png">
</div>

Online Demo Web: [zhang online demo](https://zhang-example.kilerd.me)
> due to security concern, we only provide the readonly file system, so some operation may not be supported in the demo.
<img align="right" width="256" height="256" src="/logo.jpg">

# 账 Zhang

a plain text double-accounting tool.

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/zhang-accounting/zhang/build-latest.yml)
[![](https://codecov.io/gh/zhang-accounting/zhang/branch/main/graph/badge.svg?token=AVM0HNGF91)](https://codecov.io/gh/zhang-accounting/zhang)
![Crates.io (recent)](https://img.shields.io/crates/dr/zhang)
![Docker Pulls](https://img.shields.io/docker/pulls/kilerd/zhang)
[![](https://img.shields.io/docsrs/zhang)](docs.rs/zhang)
![](https://img.shields.io/crates/l/zhang)

- Online Demo: [Online Demo](https://zhang-accounting.zeabur.app/)
- Documentation: [Documentation](zhang-accounting.github.io/zhang/)

## Features
- **Independent Direcitve**: all directives in zhang are independent, you can write them in any file with any order.
Expand Down Expand Up @@ -88,4 +89,4 @@ $ cargo build --release
## Development

### Flamegraph
command is `CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --root -- parse ./example-accounting`
command is `CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --root -- parse ./example-accounting`

0 comments on commit 1b886fb

Please sign in to comment.