Skip to content

Commit

Permalink
Merge pull request #19 from cogup/develop
Browse files Browse the repository at this point in the history
cogup
  • Loading branch information
codephi authored Sep 25, 2024
2 parents e8cece1 + c9523cc commit 55aac5b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 25 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipula
![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.9/status.svg)](https://deps.rs/crate/valu3/0.5.9)
![Main test](https://github.com/purp-lang/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/purp-lang/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/purp-lang/valu3)
![Main test](https://github.com/cogup/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/cogup/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/cogup/valu3)
![downloads](https://img.shields.io/crates/d/valu3.svg)

## 🌟 Key Features
Expand Down Expand Up @@ -137,15 +137,13 @@ fn main(){
```

## Contributing
If you find a bug or have a suggestion for a new feature, please open an issue on the [GitHub repository](https://github.com/purp-lang/valu3/issues).
If you find a bug or have a suggestion for a new feature, please open an issue on the [GitHub repository](https://github.com/cogup/valu3/issues).

If you would like to contribute to the project, please feel free to submit a pull request. Before submitting a pull request, please make sure that your code adheres to the project's style guidelines and passes all tests.

## Upcoming Features: Stay in Sync with the Future of Valu3 🌐

We're constantly working to improve and expand the capabilities of Valu3, making it even more powerful and versatile. Stay updated on the upcoming features and enhancements by visiting our project board on GitHub:

πŸ”— [Purp Project Board on GitHub](https://github.com/orgs/purp-lang/projects/1/settings)
We're constantly working to improve and expand the capabilities of Valu3, making it even more powerful and versatile.

By keeping track of the project's progress, you can stay informed about new features in development and planned improvements. This will allow you to make the most of Valu3 in your Rust projects and prepare for future updates.

Expand All @@ -155,4 +153,4 @@ Join us in the ongoing journey to refine and expand Valu3! πŸš€


## License
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/purp-lang/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/purp-lang/valu3/blob/main/LICENSE-MIT) file for more information.
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/cogup/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/cogup/valu3/blob/main/LICENSE-MIT) file for more information.
4 changes: 2 additions & 2 deletions crates-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ format and the `valu3` library, facilitating seamless data manipulation and tran
It offers convenient methods for working with tabular data, allowing for easy conversions and operations on datasets.

## Docs and Notices
Use our github to stay up to date [Valu3](https://github.com/purp-project/valu3)
Use our github to stay up to date [Valu3](https://github.com/cogup/valu3)

## License
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/purp-project/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/purp-project/valu3/blob/main/LICENSE-MIT) file for more information.
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/cogup/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/cogup/valu3/blob/main/LICENSE-MIT) file for more information.
2 changes: 1 addition & 1 deletion valu3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "crates-io.md"
authors = ["Philippe Assis <[email protected]>"]
repository = "https://github.com/purp-project/valu3"
repository = "https://github.com/cogup/valu3"
keywords = ["value", "generic", "type", "serde", "parsing"]
description = "A generic serialization/deserialization/type framework"
categories = ["encoding", "no-std", "parsing"]
Expand Down
12 changes: 5 additions & 7 deletions valu3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipula
![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.9/status.svg)](https://deps.rs/crate/valu3/0.5.9)
![Main test](https://github.com/purp-lang/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/purp-lang/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/purp-lang/valu3)
![Main test](https://github.com/cogup/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/cogup/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/cogup/valu3)
![downloads](https://img.shields.io/crates/d/valu3.svg)

## 🌟 Key Features
Expand Down Expand Up @@ -137,15 +137,13 @@ fn main(){
```

## Contributing
If you find a bug or have a suggestion for a new feature, please open an issue on the [GitHub repository](https://github.com/purp-lang/valu3/issues).
If you find a bug or have a suggestion for a new feature, please open an issue on the [GitHub repository](https://github.com/cogup/valu3/issues).

If you would like to contribute to the project, please feel free to submit a pull request. Before submitting a pull request, please make sure that your code adheres to the project's style guidelines and passes all tests.

## Upcoming Features: Stay in Sync with the Future of Valu3 🌐

We're constantly working to improve and expand the capabilities of Valu3, making it even more powerful and versatile. Stay updated on the upcoming features and enhancements by visiting our project board on GitHub:

πŸ”— [Purp Project Board on GitHub](https://github.com/orgs/purp-lang/projects/1/settings)
We're constantly working to improve and expand the capabilities of Valu3, making it even more powerful and versatile.

By keeping track of the project's progress, you can stay informed about new features in development and planned improvements. This will allow you to make the most of Valu3 in your Rust projects and prepare for future updates.

Expand All @@ -155,4 +153,4 @@ Join us in the ongoing journey to refine and expand Valu3! πŸš€


## License
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/purp-lang/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/purp-lang/valu3/blob/main/LICENSE-MIT) file for more information.
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/cogup/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/cogup/valu3/blob/main/LICENSE-MIT) file for more information.
2 changes: 1 addition & 1 deletion valu3_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "crates-io.md"
authors = ["Philippe Assis <[email protected]>"]
repository = "https://github.com/purp-project/valu3"
repository = "https://github.com/cogup/valu3"
keywords = ["valu3", "serialization", "deserialization", "serde", "derive"]
description = "Derive macros for the valu3 crate."
categories = ["encoding", "no-std", "parsing"]
Expand Down
12 changes: 5 additions & 7 deletions valu3_derive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Welcome to **Valu3** - the ultimate, flexible, and powerful library for manipula
![MSRV](https://img.shields.io/badge/rustc-1.59+-ab6000.svg)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-web.svg)
[![Dependency Status](https://deps.rs/crate/valu3/0.5.9/status.svg)](https://deps.rs/crate/valu3/0.5.9)
![Main test](https://github.com/purp-lang/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/purp-lang/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/purp-lang/valu3)
![Main test](https://github.com/cogup/valu3/actions/workflows/main-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/cogup/valu3/branch/master/graph/badge.svg)](https://codecov.io/gh/cogup/valu3)
![downloads](https://img.shields.io/crates/d/valu3.svg)

## 🌟 Key Features
Expand Down Expand Up @@ -137,15 +137,13 @@ fn main(){
```

## Contributing
If you find a bug or have a suggestion for a new feature, please open an issue on the [GitHub repository](https://github.com/purp-lang/valu3/issues).
If you find a bug or have a suggestion for a new feature, please open an issue on the [GitHub repository](https://github.com/cogup/valu3/issues).

If you would like to contribute to the project, please feel free to submit a pull request. Before submitting a pull request, please make sure that your code adheres to the project's style guidelines and passes all tests.

## Upcoming Features: Stay in Sync with the Future of Valu3 🌐

We're constantly working to improve and expand the capabilities of Valu3, making it even more powerful and versatile. Stay updated on the upcoming features and enhancements by visiting our project board on GitHub:

πŸ”— [Purp Project Board on GitHub](https://github.com/orgs/purp-lang/projects/1/settings)
We're constantly working to improve and expand the capabilities of Valu3, making it even more powerful and versatile.

By keeping track of the project's progress, you can stay informed about new features in development and planned improvements. This will allow you to make the most of Valu3 in your Rust projects and prepare for future updates.

Expand All @@ -155,4 +153,4 @@ Join us in the ongoing journey to refine and expand Valu3! πŸš€


## License
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/purp-lang/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/purp-lang/valu3/blob/main/LICENSE-MIT) file for more information.
This project is licensed under the Apache 2.0 or MIT License. See the [LICENSE-APACHE](https://github.com/cogup/valu3/blob/main/LICENSE-APACHE) or [LICENSE-MIT](https://github.com/cogup/valu3/blob/main/LICENSE-MIT) file for more information.

0 comments on commit 55aac5b

Please sign in to comment.