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 |
#2019 in Development tools
Used in 3 crates
(2 directly)
3MB
19K
SLoC
Daml JSON
This crate provides a library for using the Daml JSON API.
This crate should not be used directly, instead you should depend on the daml
crate and enable the json
feature:
[dependencies]
daml = { version = "0.2.2", features = [ "json" ] }
License
daml-json
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
:
Daml ledger JSON API.
A library for working with Daml JSON.
This includes:
Dependencies
~20–34MB
~632K SLoC