5 releases
0.2.2 | Mar 8, 2022 |
---|---|
0.2.1 | Mar 7, 2022 |
0.2.0 | Mar 4, 2022 |
0.1.1 | Mar 3, 2022 |
0.1.0 | Mar 1, 2022 |
#2519 in Development tools
Used in daml
275KB
6K
SLoC
Daml Macro
This crate provides helper macros for working with the Daml Ledger GRPC API.
This crate should not be used directly, instead you should depend on the daml
crate
and enable the macros
feature:
[dependencies]
daml = { version = "0.2.2", features = [ "macros" ] }
License
daml-macro
is distributed under the terms of the Apache License (Version 2.0).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in time by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See LICENSE for details.
Copyright 2022
lib.rs
:
Helper macros for working with the Daml GRPC Ledger API
Provides a daml_value!
macro to simplify the construction of DamlValue
literals and a daml_path!
macro to simplify the extraction of data from existing
DamlRecord
& DamlValue
literals.
Dependencies
~17–27MB
~510K SLoC