dialectic-macro

Crates.iodialectic-macro
lib.rsdialectic-macro
version0.1.0
sourcesrc
created_at2021-04-01 22:23:24.118179
updated_at2021-04-01 22:23:24.118179
descriptionProcedural macros used by and exported from the Dialectic crate
homepagehttps://github.com/boltlabs-inc/dialectic
repositoryhttps://github.com/boltlabs-inc/dialectic
max_upload_size
id377072
size36,070
J. Ayo Akinyele (jakinyele)

documentation

README

Rust license: MIT crates.io docs.rs documentation

This crate contains the Session!, Transmitter, and Receiver macros for use in Dialectic, as well as several other macros which are used internally to Dialectic. The dialectic-macro crate is considered an internal implementation detail and should never be relied upon or depended on outside of the dialectic crate itself, which re-exports all the important user-facing procedural macros defined in this crate.

For contributors

Internally, dialectic-macro is used to define large swathes of trait definitions which cover const generics and conversions between const generics and unary type-level representations. This is due to current limitations of const generics, and may be replaced in the future. Otherwise, dialectic-macro is the main dependent of the dialectic-compiler crate; its functionality is used within dialectic-macro to implement the Session! proc macro, and nowhere else.

Commit count: 435

cargo fmt