typst / ecow

Compact, clone-on-write vector and string.
Apache License 2.0
205 stars 16 forks source link

Added serde feature #22

Closed imbrem closed 1 year ago

imbrem commented 1 year ago

I implemented Serialize and Deserialize for EcoString and EcoVec when the serde feature is enabled.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8f93793) 92.21% compared to head (c5a7b99) 92.21%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ======================================= Coverage 92.21% 92.21% ======================================= Files 4 4 Lines 1041 1041 ======================================= Hits 960 960 Misses 81 81 ``` | [Impacted Files](https://codecov.io/gh/typst/ecow/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst) | Coverage Δ | | |---|---|---| | [src/string.rs](https://codecov.io/gh/typst/ecow/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst#diff-c3JjL3N0cmluZy5ycw==) | `87.16% <ø> (ø)` | | | [src/vec.rs](https://codecov.io/gh/typst/ecow/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst#diff-c3JjL3ZlYy5ycw==) | `92.07% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=typst)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

laurmaedje commented 1 year ago

Thanks and sorry for the delay!

imbrem commented 1 year ago

No problem! Do you know when a version including this feature will be published so I can get rid of the patch in my Cargo.toml haha?

laurmaedje commented 1 year ago

I'll try to get a new release out soon.

laurmaedje commented 1 year ago

I published a new version.