File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 2222//! The [downloader] module provides a component to download blobs from
2323//! multiple sources and store them in a store.
2424//!
25+ //! # Feature flags
26+ //!
27+ //! - rpc: Enable the rpc server and client. Enabled by default.
28+ //! - net_protocol: Enable the network protocol. Enabled by default.
29+ //! - downloader: Enable the downloader. Enabled by default.
30+ //! - fs-store: Enable the filesystem store. Enabled by default.
31+ //!
32+ //! - cli: Enable the cli. Disabled by default.
33+ //! - example-iroh: dependencies for examples in this crate. Disabled by default.
34+ //! - test: test utilities. Disabled by default.
35+ //!
2536//! [BLAKE3]: https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blake3.pdf
2637//! [iroh]: https://docs.rs/iroh
2738#![ deny( missing_docs, rustdoc:: broken_intra_doc_links) ]
You can’t perform that action at this time.
0 commit comments