Edward Shen edward
  • Joined on 2019-04-28
edward pushed to master at edward/git-config 2021-03-03 17:12:03 -08:00
6ce2c1d89d add into bytes for gitconfig
ebfd15b6d3 docs
Compare 2 commits »
edward pushed to master at edward/git-config 2021-03-03 15:16:27 -08:00
7cbdd46fde mutableevent interface
edward pushed to master at edward/git-config 2021-03-03 15:15:00 -08:00
b78ef63bdf remove serde code for now
23ae291361 disable serde
cbb970c293 multablemultivalue
Compare 3 commits »
edward pushed to master at edward/git-config 2021-03-02 08:28:19 -08:00
559afb01fa better test formatting
edward pushed to master at edward/git-config 2021-03-02 08:26:36 -08:00
60fe0deb91 Add get_multi_value
edward pushed to master at edward/git-config 2021-03-01 20:59:42 -08:00
925a3b4afa check all sections for lookup before failing
edward pushed to master at edward/git-config 2021-03-01 15:33:28 -08:00
0905642feb misc improvements
edward pushed to master at edward/git-config 2021-03-01 15:33:11 -08:00
8778d42e78 benchmarks
068deccf96 crate level docs
Compare 2 commits »
edward pushed to master at edward/git-config 2021-03-01 14:00:51 -08:00
5574ec3267 integration tests for value extraction
e9598831cc fix drain
Compare 2 commits »
edward pushed to master at edward/git-config 2021-03-01 13:27:05 -08:00
cd2f58c920 use memrchr
c975a2ec14 use drain instead
c9c8e70afb use mutablevalue for mut entries
493729cc3c normalize get_raw_value
c01b61cb11 fix get_raw_value, fix returning refs to cows
Compare 5 commits »
edward pushed to master at edward/git-config 2021-02-28 06:55:37 -08:00
5720ccd003 cleanup docs
edward pushed to master at edward/git-config 2021-02-27 20:47:00 -08:00
185e1129bc add tests and docs
42a20c3dad rename config mod to file
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-27 20:19:29 -08:00
0ce311a1eb pendantic clippy lints
edward pushed to master at edward/git-config 2021-02-27 19:35:04 -08:00
3ff68bfaf8 remove unnecessarily lifetimes
bfd4172e48 use str in most cases
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-27 16:55:23 -08:00
65744b0e13 fully comment values
37cead20f3 more normalize docs
267c53f15d collaspe if block
Compare 3 commits »
edward renamed repository from serde-git-config to edward/git-config 2021-02-27 16:02:21 -08:00
edward pushed to master at edward/git-config 2021-02-27 16:01:05 -08:00
60f95a0358 better doc
edward pushed to master at edward/git-config 2021-02-27 15:51:44 -08:00
99f0400118 implement unquoting in normalize
300fb6bbfb add normalize
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-27 08:13:24 -08:00
48d41b81e9 dedup multivar docs
bac41a802a add todo
Compare 2 commits »
edward pushed to master at edward/git-config 2021-02-26 20:33:44 -08:00
16496d91a1 Implement get_value for GitConfig