Skip to content

Commit 8014592

Browse files
committed
Release 0.2.0
- Macro call convention has changed. This is a breaking change. - Default specialization now needs to be marked `default` explicitly. - As such use of generic args doesn't imply default specialization any more. However, generic args support is very rudimentary for now. - Arguments need to be stated after specializations. - Arguments... arguments?! Passing multiple arguments from callsite to the specialization is supported now. Note that the specialization still happens based on the first argument only. - Documentation and general code health improvements.
1 parent eb35f4b commit 8014592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "specialized-dispatch"
33
description = "A library for dispatching specialized versions of a function"
4-
version = "0.1.2"
4+
version = "0.2.0"
55
authors = ["Omer Ozarslan"]
66
edition = "2021"
77
repository = "https://github.com/ozars/specialized-dispatch"

0 commit comments

Comments
 (0)