daml-util

Crates.iodaml-util
lib.rsdaml-util
version0.2.2
sourcesrc
created_at2022-03-01 09:32:08.191835
updated_at2022-03-08 08:37:35.658972
descriptionHelper utilities for working with the Daml Ledgers
homepage
repositoryhttps://github.com/fujiapple852/rust-daml-bindings
max_upload_size
id541430
size36,889
FujiApple (fujiapple852)

documentation

README

Documentation Crate maintenance-status

Daml Util

This crate provides helper utilities for working with the Daml Ledgers.

This crate should not be used directly, instead you should depend on the daml crate and enable the utils feature:

[dependencies]
daml = { version = "0.2.2", features = [ "utils" ] }

License

daml-util 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

Commit count: 328

cargo fmt