web-message 0.0.2

A macro that converts Rust structs to/from JavaScript objects via postMessage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.2]https://github.com/kixelated/web-rs/compare/web-message-v0.0.1...web-message-v0.0.2 - 2025-05-09

### Other

- Add a bunch of stuff ([#24]https://github.com/kixelated/web-rs/pull/24)
- Add support for unnamed tuples. ([#23]https://github.com/kixelated/web-rs/pull/23)
- Add Just ([#18]https://github.com/kixelated/web-rs/pull/18)
- Make unit enums strings, not null objects. ([#21]https://github.com/kixelated/web-rs/pull/21)
- Add the web-message crate ([#17]https://github.com/kixelated/web-rs/pull/17)