Skip to content

Commit

Permalink
crates/core/src: Clarify on best options for reading a file
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Apr 5, 2024
1 parent a36143e commit c4ebb8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/zune-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
//! - `serde`: Enables serializing of some of the data structures
//! present in the crate
//!
//!
//! # Input/Output
//! If you have an in memory buffer, use [`ZCursor`](crate::bytestream::ZCursor),
//! it's optimized for in memory buffers.
//!
//!
//!
#![cfg_attr(not(feature = "std"), no_std)]
#![macro_use]
extern crate alloc;
Expand Down

0 comments on commit c4ebb8b

Please sign in to comment.