#macro #proc-macro #package #procedural #archived #safina-async-test #safina-macros

macro safina-async-test-core

Procedural macro for the safina-async-test package - ARCHIVED: Code moved to safina-macros crate

5 releases

0.1.5 Oct 27, 2024
0.1.4 Feb 25, 2022
0.1.1 Mar 27, 2021

#4 in #archived

Download history 10/week @ 2024-07-19 10/week @ 2024-07-26 9/week @ 2024-08-02 7/week @ 2024-08-09 5/week @ 2024-08-16 9/week @ 2024-08-23 9/week @ 2024-08-30 4/week @ 2024-09-06 6/week @ 2024-09-13 19/week @ 2024-09-20 20/week @ 2024-09-27 10/week @ 2024-10-04 5/week @ 2024-10-11 10/week @ 2024-10-18 142/week @ 2024-10-25 29/week @ 2024-11-01

187 downloads per month
Used in 6 crates (via safina-async-test)

Apache-2.0

8KB
52 lines

ARCHIVED ARCHIVED ARCHIVED

This crate is archived and will not be updated.

The code is now in the safina-macros crate.


safina-async-test-core

Procedural macro for the safina-async-test package

Changelog

  • V0.1.4 - Update docs.
  • v0.1.3 - Use safina-executor v0.2.0.
  • v0.1.2
    • Depend on safe_proc_macro2 and safe_quote.
    • Work properly on test functions with annotations.
  • v0.1.1 - Fix paths.
  • v0.1.0 - Initial version

Release Process

  1. Edit Cargo.toml and bump version number.
  2. Run ./release.sh

lib.rs:

ARCHIVED ARCHIVED ARCHIVED

This crate is archived and will not be updated.

The code is now in the safina-macros crate.


safina-async-test-core

Procedural macro for the safina-async-test package

Changelog

  • V0.1.4 - Update docs.
  • v0.1.3 - Use safina-executor v0.2.0.
  • v0.1.2
    • Depend on safe_proc_macro2 and safe_quote.
    • Work properly on test functions with annotations.
  • v0.1.1 - Fix paths.
  • v0.1.0 - Initial version

Release Process

  1. Edit Cargo.toml and bump version number.
  2. Run ./release.sh

Dependencies

~250KB