tustvold commented on code in PR #4849: URL: https://github.com/apache/arrow-rs/pull/4849#discussion_r1335026457
########## object_store/src/lib.rs: ########## @@ -36,7 +36,7 @@ //! clouds and local test environments, via a simple runtime //! configuration change. //! -//! # Features: +//! # Higlights Review Comment: ```suggestion //! # Highlights ``` ########## object_store/src/lib.rs: ########## @@ -53,26 +53,31 @@ //! [InfluxDB IOx]: https://github.com/influxdata/influxdb_iox/ //! [crates.io]: https://github.com/rust-lang/crates.io //! -//! # Example: Create an [`ObjectStore`] implementation: +//! # Available [`ObjectStore`] Implementations +//! +//! By default, this crate provides the following implementations: +//! +//! * Memory: [`InMemory`](memory::InMemory) +//! * Local filesystem: [`LocalFileSystem`](local::LocalFileSystem) +//! +//! Feature flags on used to enable support for other implementations: Review Comment: ```suggestion //! Feature flags are used to enable support for other implementations: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
