3de6b44e23
* fix: nocache feature code rot The MBChunk::snapshot code when using the "nocache" option no longer compiles - this commit updates it to match the not(nocache) code. * build: use updated broken_intra_doc_links name The broken_intra_doc_links lint was renamed rustdoc::broken_intra_doc_links https://doc.rust-lang.org/rustdoc/lints.html |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Internal Types
This crate contains InfluxDB IOx "internal" types which are shared across crates and internally between IOx instances, but not exposed externally to clients
Internal in this case means that changing the structs is designed not to require additional coordination / organization with clients.