ddk-manager

Crates.ioddk-manager
lib.rsddk-manager
version
sourcesrc
created_at2024-11-26 16:46:53.733989
updated_at2024-12-12 20:55:50.744695
descriptionCreation and handling of Discrete Log Contracts (DLC).
homepagehttps://github.com/bennyhodl/rust-dlc
repositoryhttps://github.com/bennyhodl/rust-dlc/tree/master/dlc-manager
max_upload_size
id1461967
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
benny b (bennyhodl)

documentation

README

DLC Manager

This crate provides a manager structure that can be used to create and process DLC. The manager requires a number of traits which have basic implementation within this repository but that can be customized to fit specific needs.

See the development docs for information about running integration tests.

Commit count: 0

cargo fmt