Skip to content

Commit

Permalink
chore: Fill project template
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Dec 8, 2023
1 parent 6b1f057 commit 7ec3eb8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 26 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at <github@xuanwo.io>.
reported to the community leaders responsible for enforcement at <github@upondal.io>.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
authors = ["Xuanwo <github@xuanwo.io>>"]
name = "opendal-parquet-io"
version = "0.0.0"

categories = ["command-line-utilities"]
description = "Replace with description"
documentation = "https://docs.rs/formwork"
repository = "https://github.com/Xuanwo/formwork"
description = "`opendal-parquet-io` is the adapter for [parquet](https://docs.rs/parquet) IO operations."
documentation = "https://docs.rs/opendal-parquet-io"
repository = "https://github.com/upondal/opendal-parquet-io"
edition = "2021"
license = "Apache-2.0"
name = "formwork"
version = "0.0.1"

[dependencies]
26 changes: 8 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,23 @@
# formwork &emsp; [![Build Status]][actions] [![Latest Version]][crates.io]
# OpenDAL Parquet IO &emsp; [![Build Status]][actions] [![Latest Version]][crates.io]

[Build Status]: https://img.shields.io/github/actions/workflow/status/Xuanwo/formwork/ci.yml
[actions]: https://github.com/Xuanwo/formwork/actions?query=branch%3Amain
[Latest Version]: https://img.shields.io/crates/v/formwork.svg
[crates.io]: https://crates.io/crates/formwork
[Build Status]: https://img.shields.io/github/actions/workflow/status/upondal/opendal-parquet-io/ci.yml
[actions]: https://github.com/upondal/opendal-parquet-io/actions?query=branch%3Amain
[Latest Version]: https://img.shields.io/crates/v/opendal-parquet-io.svg
[crates.io]: https://crates.io/crates/opendal-parquet-io

`formwork` is my favourite rust template.

> Please replace with valid value.
`opendal-parquet-io` is the adapter for [parquet](https://docs.rs/parquet) IO operations.

## Quick Start

Replace all placeholder with valid values, for example:

- `Xuanwo` => github login
- `github@xuanwo.io` => email
- `formwork` => crate name

```rust
// Replace with quick Start here
```
TODO

## Contributing

Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on getting started with contributing to this project.

## Getting help

Submit [issues](https://github.com/Xuanwo/formwork/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/Xuanwo/formwork/discussions/new?category=q-a).
Submit [issues](https://github.com/upondal/opendal-parquet-io/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/upondal/opendal-parquet-io/discussions/new?category=q-a).

#### License

Expand Down

0 comments on commit 7ec3eb8

Please sign in to comment.