From 677b0187e8514442f3f7c84040ede5a1c021f4fe Mon Sep 17 00:00:00 2001 From: sergeych Date: Sat, 25 Nov 2023 03:04:21 +0300 Subject: [PATCH] docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b00b35..00f820a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The most recent code will be there, and we encourage to use it also for issues/d > Beta test -# Use as serde module: +# Use with serde: Use `bipack_ru:ser:to_bytes()` and `bipack_ru:de:from_bytes()` functions: ```rust @@ -44,7 +44,7 @@ pub struct DefinitelyBigEndian { } ``` -## +# Direct usage (no serde) The sample code (see `src/lib.rs` for more:) ```rust