Skip to content

Commit

Permalink
Add an example of processing transferrable types with worker (#371)
Browse files Browse the repository at this point in the history
* Add an example of processing transferrable types with worker.

* Add warnings.

* Update codec implementation note.

* Adjust documentation to hashes.

* Adjust documentation.

* Remove dirty hack.

* Update documentation.

* Use data loader shim.

* Use data-loader-shim.

* Fix typo.

* Update changelog.

* Prevent accidential MSRV bump of dependencies.

* Apply changelog properly.
  • Loading branch information
futursolo authored Oct 5, 2023
1 parent afbacda commit c5acaa0
Show file tree
Hide file tree
Showing 15 changed files with 2,309 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/target
**/*.rs.bk
Cargo.lock

examples/*/dist

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## `console`

### Version 0.3.0
### Version 0.3.0

- Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
- Introduces the `FromQuery` and `ToQuery` traits to allow for customizing
Expand Down Expand Up @@ -348,6 +348,10 @@

## `worker`

### Next

- Add an example of processing transferrable types with worker (#371)

### Version 0.4.0

- Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
Expand Down
Loading

0 comments on commit c5acaa0

Please sign in to comment.