Crates.io | daml-macro |
lib.rs | daml-macro |
version | 0.2.2 |
source | src |
created_at | 2022-03-01 09:25:08.372479 |
updated_at | 2022-03-08 08:36:00.078472 |
description | Helper macros for working with the Daml Ledger API |
homepage | |
repository | https://github.com/fujiapple852/rust-daml-bindings |
max_upload_size | |
id | 541425 |
size | 64,186 |
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" ] }
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