| Crates.io | junobuild-cdn |
| lib.rs | junobuild-cdn |
| version | 0.5.0 |
| created_at | 2025-06-19 04:26:39.43111+00 |
| updated_at | 2026-01-07 15:42:14.583376+00 |
| description | CDN logic for serving assets in Juno, backed by a request-based storage process. |
| homepage | https://juno.build |
| repository | https://github.com/junobuild/juno |
| max_upload_size | |
| id | 1717796 |
| size | 89,798 |
junobuild-cdn provides the CDN capabilities used by Juno , including logic for serving assets and handling request-based storage workflows.
To include junobuild-cdn in your Rust project, add it as a dependency in your Cargo.toml:
[dependencies]
junobuild-cdn = "*"
Replace "*" with the specific version you want to use, or omit the version to always use the latest version.
Here are some useful links: