p2panda-discovery

Crates.iop2panda-discovery
lib.rsp2panda-discovery
version
sourcesrc
created_at2024-12-06 17:53:14.18819
updated_at2024-12-06 17:53:14.18819
descriptionPeer discovery traits and services
homepage
repositoryhttps://github.com/p2panda/p2panda
max_upload_size
id1474490
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | 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
Sam Andreae (sandreae)

documentation

README

p2panda-discovery

Peer discovery traits and services

Documentation | Releases | Website

This crate is used to share address information about peers on a network. It provides a generic interface for the definition of a discovery service, as well as an interface for organising a collection of such services. An mDNS discovery implementation is provided for peer discovery over local networks.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in p2panda by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528, NGI-ASSURE No 957073 and NGI0-ENTRUST No 101069594.

Commit count: 556

cargo fmt