Commit Graph

170 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy c9d8aa04a1
ci: fix audit-check version 2022-08-01 14:15:00 +03:00
Dmitriy Pleshevskiy c4dd5d33ec
bump version 2022-07-29 10:12:01 +03:00
Dmitriy Pleshevskiy 9ccd86ce1e
deps: bump estring to 0.3.0 2022-07-29 10:11:59 +03:00
dependabot[bot] 04d0835185 chore(deps): bump estring from 0.2.0 to 0.2.1
Bumps [estring](https://github.com/pleshevskiy/estring) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/pleshevskiy/estring/releases)
- [Commits](https://github.com/pleshevskiy/estring/commits)

---
updated-dependencies:
- dependency-name: estring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 07:42:29 +00:00
Dmitriy Pleshevskiy d4be81c1d2
bump version 2022-07-27 18:52:59 +03:00
Dmitriy Pleshevskiy ee86c167a0 chore: reexport estring types only with feature 2022-07-27 15:50:44 +00:00
Dmitriy Pleshevskiy 2a3b4e652f ci: update the msrv in matrix 2022-07-27 15:50:44 +00:00
Dmitriy Pleshevskiy bbbf355fc0 deps: bump estring to v0.2.0
Closes #35
2022-07-27 15:50:44 +00:00
Dmitriy Pleshevskiy 930e33a138
doc: fix docs url 2022-07-27 12:35:38 +03:00
Dmitriy Pleshevskiy a95bbb11f8
doc: improve readme 2022-07-27 12:32:29 +03:00
Dmitriy Pleshevskiy d5535157ef
ci: fix tests for the msrv 2022-07-25 13:48:20 +03:00
Dmitriy Pleshevskiy e588589edf
ci: add msrv to matrix 2022-07-25 13:20:36 +03:00
Dmitriy Pleshevskiy 1c6507ae76
Merge pull request #33 from pleshevskiy/doc
doc: change badges
2022-07-24 16:04:24 +00:00
Dmitriy Pleshevskiy 8e31f9028c
doc: change badges 2022-07-24 19:03:52 +03:00
Dmitriy Pleshevskiy 2561610afa
Merge pull request #32 from pleshevskiy/doc
doc: change msrv in the readme
2022-07-24 15:56:58 +00:00
Dmitriy Pleshevskiy bcb61d9c75
doc: change msrv in the readme 2022-07-24 18:56:24 +03:00
Dmitriy Pleshevskiy c71ca757d4
Merge pull request #31 from pleshevskiy/doc
doc: rewrite documentation
2022-07-24 15:54:00 +00:00
Dmitriy Pleshevskiy ceb97c5c86
doc: rewrite documentation 2022-07-24 18:53:04 +03:00
Dmitriy Pleshevskiy b223bc811e
chore: remove benches and old config macro 2022-07-24 15:51:41 +03:00
Dmitriy Pleshevskiy 3686486847
Merge pull request #27 from pleshevskiy/redesign
Design improvements
2022-07-24 12:48:44 +00:00
Dmitriy Pleshevskiy bced02a1fd
refac: move estring to a separate repo 2022-07-23 23:08:08 +03:00
Dmitriy Pleshevskiy 2171d6b6a7
refac: move core to estring crate 2022-07-23 16:21:53 +03:00
Dmitriy Pleshevskiy a8c124aabc
tests: add more cases for bool 2022-07-22 23:11:09 +03:00
Dmitriy Pleshevskiy 7b1746ef83
example/calc: add help message 2022-07-22 19:15:38 +03:00
Dmitriy Pleshevskiy 04b777e214
example/calc: add required features to manifest 2022-07-22 18:41:41 +03:00
Dmitriy Pleshevskiy 332b14bcd9
core/vec: trim parts before parsing 2022-07-22 18:39:29 +03:00
Dmitriy Pleshevskiy 71d6fe42e8
rebrand lib 2022-07-22 17:00:56 +03:00
Dmitriy Pleshevskiy bc7ab940b0
refac: change structure
- core/vec: rename envstring to estring
- tests: improve test cases
  + created helper TestCase
  + move tests that required a feature to a separate module
2022-07-22 14:53:45 +03:00
Dmitriy Pleshevskiy 9448c26337
chore: change manifests 2022-07-22 14:10:44 +03:00
Dmitriy Pleshevskiy 21e6aba270
refac: improve core design
- removed all functions, features and examples
- recreate core types
- recreate get_env and get_env_or_set_default
2022-07-22 13:05:54 +03:00
Dmitriy Pleshevskiy cf03c58364
doc: remove diesel example 2022-07-21 22:24:33 +03:00
Dmitriy Pleshevskiy 780e06695c
chore: change ci badge 2022-07-21 20:56:57 +03:00
Dmitriy Pleshevskiy 40c81801c7
chore: remove diesel example 2022-07-21 20:47:25 +03:00
Dmitriy Pleshevskiy e22329cb2c
chore: update lock 2022-07-21 20:23:35 +03:00
Dmitriy Pleshevskiy ddf7f58e93
chore: refac examples 2022-07-21 20:10:31 +03:00
Dmitriy Pleshevskiy 287a956073
chore: refac gitignore 2022-07-21 19:09:02 +03:00
Dmitriy Pleshevskiy 30d5eb17c7
ci: configure github actions
- configure dependabot
- add audit phase
- add test phase

Closes #26
2022-07-21 19:07:11 +03:00
Dmitriy Pleshevskiy 95d20d95ba
doc: fix MSRV 2022-07-21 18:55:16 +03:00
Dmitriy Pleshevskiy 60de8fcc38
chore: remove gitter badge 2022-07-18 14:36:24 +03:00
Dmitriy Pleshevskiy 77d065321b chore: remove funding 2022-03-17 16:51:56 +03:00
Dmitriy Pleshevskiy 6ec2462def style: fix clippy warnings 2021-11-09 01:12:14 +03:00
Dmitriy Pleshevskiy 58a8ba600f chore: update rocket example 2021-11-09 01:12:14 +03:00
Dmitriy Pleshevskiy ca5113f1fb chore: fix clippy warnings for diesel example 2021-11-09 01:12:14 +03:00
Dmitriy Pleshevskiy 2e4d3b6196 chore: fix hyper example 2021-11-09 01:12:14 +03:00
Dmitriy Pleshevskiy ba27bb501e
Create FUNDING.yml 2021-07-06 23:53:06 +03:00
Dmitriy Pleshevskiy 01d08553c2 bump version 🎉 2021-06-22 10:22:29 +03:00
Dmitriy Pleshevskiy 065e22db96 chore: fix clippy warnings 2021-06-22 10:20:39 +03:00
Dmitriy Pleshevskiy 5bddfcfa6d chore: forbid non ascii idents 2021-06-22 10:20:22 +03:00
Dmitriy Pleshevskiy ab21e98336 chore: fix clippy warnings 2021-06-12 23:44:33 +03:00
Dmitriy Pleshevskiy eee796b1dd fix: path to readme for macro 2021-04-22 23:54:23 +03:00