Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
so-schen authored Dec 30, 2023
1 parent 80b3108 commit 92bd0b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[![ci](https://github.com/so-schen/serde-bytes-ng/actions/workflows/ci.yml/badge.svg)](https://github.com/so-schen/serde-bytes-ng/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/serde_bytes_ng.svg)](https://crates.io/crates/serde_bytes_ng)

# serde-bytes-ng
# From `serde_bytes` v0.11.13, array of any size is supported.

# crate DEPRECATED

## serde-bytes-ng
Integrate [`serde_bytes`](https://crates.io/crates/serde_bytes) and generic byte array support.

The goal is the contribute to upstream `serde_bytes`, but because lack of response from its author,
create a separate crate with generic byte array support plus latest `serde_bytes` codes so that can
be released as one crate.

## Example
### Example

```rust
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 92bd0b8

Please sign in to comment.