1 unstable release

0.0.1 Nov 23, 2024

#59 in #conventions


Used in automapper

MIT/Apache

37KB
895 lines

automapper

A convention based object-object mapper for Rust. This uses Json rustdoc generated by cargo doc.

See examples in crates/usage/tests.

To Do

  • Basic struct + primitive fields
  • Optional fields
  • Struct mapping: tuple fields
  • Enum mapping
  • Issue when moving tests outside crate
  • Impl foreign trait for struct
  • Result mapping

Dependencies

~8–13MB
~179K SLoC