Crates.io | dweb |
lib.rs | dweb |
version | |
source | src |
created_at | 2024-11-28 14:23:06.099057+00 |
updated_at | 2025-04-01 17:45:52.257868+00 |
description | Decentralised web and storage library for Autonomi |
homepage | |
repository | https://github.com/happybeing/dweb |
max_upload_size | |
id | 1464534 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | 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` |
size | 0 |
dweb is a Rust library which supports publishing and viewing websites on the decentralised web of the Autonomi peer-to-peer network. With it you build apps which publish and view of decentralised websites and use helpers which simplify some areas of the Autonomi API.
Capabilities and roadmap: see the features section of the dweb-cli README.md.
dweb API: see docs.rs.
Add dweb to your Rust project:
cargo add dweb
The dweb library is a work in progress so expect breaking changes expecially in newly added features. The web publishing format and command line interface are more stable but breaking changes are still possible.
Contributions under the AGPL3.0 license are welcome and any contributions or PRs submitted will be assumed to be offered under that license unless clearly and prominently specified otherwise.
Everything is licensed under AGPL3.0 unless otherwise stated. Any contributions are accepted on the condition they conform to this license.
See also ./LICENSE