Skip to content

Commit

Permalink
mention that the framedecoder allows reusing ressources
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Dec 21, 2024
1 parent 48f6f22 commit 5c547f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding/frame_compressor.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Utilities and interfaces for encoding an entire frame.
//! Utilities and interfaces for encoding an entire frame. Allows reusing resources
use alloc::vec::Vec;
use core::convert::TryInto;
Expand Down

0 comments on commit 5c547f0

Please sign in to comment.