doc: add documentation section

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-27 11:44:17 +03:00
parent 43af123801
commit ed5d7be035
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 8 additions and 2 deletions

View File

@ -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};