From ed5d7be035fb42b2bce77f2c78932f75c0b1e0d7 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 27 Jul 2022 11:44:17 +0300 Subject: [PATCH] doc: add documentation section --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a4bda3..e233ce4 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,17 @@ estring = "0.1" A simple way to parse a string using type annotations. -This package was originally designed for [enve] +This package was originally designed for [enve]. [enve]: https://github.com/pleshevskiy/enve -## Getting started +## [Documentation](https://docs.rs/estring) + +For more details, see [examples]. + +[examples]: https://github.com/pleshevskiy/estring/tree/main/examples + +## Usage ```rust use estring::{SepVec, EString};