Crates.io | daml-lf |
lib.rs | daml-lf |
version | 0.2.2 |
source | src |
created_at | 2022-03-01 09:20:09.142698 |
updated_at | 2022-03-08 08:26:55.501979 |
description | API for working with Daml-LF data |
homepage | |
repository | https://github.com/fujiapple852/rust-daml-bindings |
max_upload_size | |
id | 541422 |
size | 3,268,376 |
This crate provides a library for working with Daml-LF
packages.
This crate should not be used directly, instead you should depend on the daml
crate and enable the lf
or lf-full
features:
[dependencies]
daml = { version = "0.2.2", features = [ "lf" ] }
daml-lf
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