Commit Graph

104 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy c4573bfc48 chore: mark json array as deprecated 2021-04-16 01:21:49 +03:00
Dmitriy Pleshevskiy c3caa22b94 chore: add documentation for env string 2021-04-16 01:04:37 +03:00
Dmitriy Pleshevskiy e479a1e40e chore: update deps in example 2021-04-15 23:34:19 +03:00
Dmitriy Pleshevskiy 287a01028b chore: update badges 2021-02-25 12:58:01 +03:00
Dmitriy Pleshevskiy 8013f3b62f fix: build status badge 2021-02-24 13:22:58 +03:00
Dmitriy Pleshevskiy d2e1f95852 chore: remove readme duplication 2021-02-24 00:27:40 +03:00
Dmitriy Pleshevskiy b1b3e72050 update syn 1.0.60, proc-macro2 1.0.24, quote 1.0.9 2021-02-23 23:45:46 +03:00
Dmitriy Pleshevskiy 852435058e chore: bump version 2021-02-23 23:44:17 +03:00
Dmitriy Pleshevskiy 353937520f refac: made error simple
... and remove failure package
2021-02-23 23:36:36 +03:00
Dmitriy Pleshevskiy 356cf13ec6 chore: update deps for examples 2021-02-23 23:34:19 +03:00
Dmitriy Pleshevskiy 8b78df6de5 chore: change maintance status 2021-02-12 01:32:27 +03:00
Dmitriy Pleshevskiy d6c4722062 chore: add code of conduct 2021-02-12 01:31:52 +03:00
Dmitriy Pleshevskiy 97b295220b chore: forbit unsafe code 2020-11-12 10:45:06 +03:00
Dmitriy Pleshevskiy e8bedffbdd chore: cosmetic documentation fixes 2020-07-08 16:50:41 +03:00
Dmitriy Pleshevskiy 3397750f23
Merge pull request #20 from Atul9/cargo-fmt
Format code using 'cargo fmt'
2020-07-03 11:14:44 +03:00
Atul Bhosale 59cd2f9903
Format code using 'cargo fmt' 2020-07-02 23:24:17 +05:30
Dmitriy Pleshevskiy 3fc2c9ab5f chore: update crate.io badge 2020-03-17 15:07:21 +03:00
Dmitriy Pleshevskiy ac420dc0a3 chore: fix documentations 2020-03-17 14:59:33 +03:00
Dmitriy Pleshevskiy 1ff1ff638f chore: update readme 2020-03-17 14:38:21 +03:00
Dmitriy Pleshevskiy d5559fffcb chore: fix examples 2020-03-17 14:35:25 +03:00
Dmitriy Pleshevskiy bf107cdc89 chore: update crates badge 2020-03-16 23:21:26 +03:00
Dmitriy Pleshevskiy 172d7a57c6 chore: add itconfig-macro version 2020-03-16 23:18:27 +03:00
Dmitriy Pleshevskiy e501831014
Merge pull request #18 from icetemple/task-16
feat: add itconfig proc macro
2020-03-16 23:15:05 +03:00
Dmitriy Pleshevskiy 3554fe9537 feat: add itconfig proc macro 2020-03-16 23:08:23 +03:00
Dmitriy Pleshevskiy e54edc2c81 fix(static): add empty imports without static feature 2020-02-12 10:04:48 +03:00
Dmitriy Pleshevskiy 8d460ba24c fix(static): fix static feature for macro 2020-02-11 22:15:05 +03:00
Dmitriy Pleshevskiy 7d4c549272 chore: add static feature as default 2020-02-11 09:33:59 +03:00
Dmitriy Pleshevskiy 1088a53903 chore: update badge version 2020-02-08 22:16:56 +03:00
Dmitriy Pleshevskiy b7adb8afaf chore: update examples 2020-02-08 22:11:37 +03:00
Dmitriy Pleshevskiy a9df98ae61 Merge pull request #14 from icetemple/task-13
feat: add lazy static
2020-02-08 20:58:42 +03:00
Dmitriy Pleshevskiy 54f8d2bde8 doc: update readme and docs 2020-02-08 20:53:23 +03:00
Dmitriy Pleshevskiy 175798acf3 feat: add lazy static
Closes #13
2020-02-08 15:09:58 +03:00
Dmitriy Pleshevskiy ee2f098f4d
Merge pull request #12 from icetemple/task-11
bench: add benchmarks for getenv
2020-02-06 11:16:51 +03:00
Dmitriy Pleshevskiy ffd3d82ead bench: add benchmarks for getenv
Closes #11
2020-02-06 11:10:00 +03:00
Dmitriy Pleshevskiy 67cd9f2cab chore: update badge version 2020-01-21 22:09:04 +03:00
Dmitriy Pleshevskiy 6f5e63ba3e
Merge pull request #10 from icetemple/array-type
feat(array): add new feature for impl vec
2020-01-21 19:38:22 +03:00
Dmitriy Pleshevskiy c4f78bc51f feat(array): add new feature for impl vec 2020-01-21 19:36:24 +03:00
Dmitriy Pleshevskiy aa3399c9f9 chore: rename tests cargo 2020-01-21 08:07:39 +03:00
Dmitriy Pleshevskiy 452e837d76 tests: coverage all getenv functions 2020-01-19 22:21:34 +03:00
Dmitriy Pleshevskiy 4db97f08e6 feat: add features for each type 2020-01-19 20:42:44 +03:00
Dmitriy Pleshevskiy e1cbcb7696 feat: add result to getenv functions
BREAKING_CHANGES: get env function returns result instead panic
2020-01-19 17:46:07 +03:00
Dmitriy Pleshevskiy ee988af061 chore: change badge version 2020-01-17 15:52:48 +03:00
Dmitriy Pleshevskiy 0aa258cf17
Merge pull request #9 from icetemple/rewrite
refac: change structure
2020-01-17 00:17:37 +03:00
Dmitriy Pleshevskiy 6b66289567 refac: change structure 2020-01-17 00:14:58 +03:00
Dmitriy Pleshevskiy f566257f32 chore: add comment to cargo toml 2020-01-12 17:03:25 +03:00
Dmitriy Pleshevskiy d3cb855574 fix(examples): fix types and add cfg::init 2020-01-12 16:52:03 +03:00
Dmitriy Pleshevskiy 8f967b4c37 chore: update hyper example readme 2020-01-12 14:37:39 +03:00
Dmitriy Pleshevskiy 73631b8af5 chore: add hyper example 2020-01-12 14:22:08 +03:00
Dmitriy Pleshevskiy 867c1a27a0 chore: update version 2020-01-10 23:50:37 +03:00
Dmitriy Pleshevskiy 9ba03de940
Merge pull request #8 from icetemple/nested-namespaces
Nested namespaces
2020-01-10 23:48:41 +03:00