Skip to content

Releases: Trard/impl_serialize

core result

16 Oct 09:06
Compare
Choose a tag to compare

use core result

Ensure Result is StdResult

06 Sep 15:18
Compare
Choose a tag to compare

Ensure Result is StdResult

Metavariables documentation update

06 Sep 14:53
Compare
Choose a tag to compare

Added docs about metavariables

Metavariables

05 Sep 16:08
bbc05ff
Compare
Choose a tag to compare

Now you can use specific values from functions

Unhygienic macro

04 Sep 16:58
bbc05ff
Compare
Choose a tag to compare

Now macro unhygienic. Therefore, you can use value_type without closure.

In future you will be able to use internal function params

↑ Evolution

03 Sep 09:42
Compare
Choose a tag to compare

from impl_serde_serialize_error to impl_serialize.

Changelog

  • Now the macro can implement more than just error.

  • Now macro requires closure.

  • Argument of this closure is value type

Deprecated warning

03 Sep 09:57
Compare
Choose a tag to compare

Added warning: "Crate deprecated. Use newer and more universal impl_serialize! instead."

1.0.1 Update Before Evolution

03 Sep 09:40
Compare
Choose a tag to compare

Changelog

  • Filled Cargo.toml

First Release

03 Sep 09:41
Compare
Choose a tag to compare

Initialized project