File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import gleam/bit_array
24
24
import gleam/list
25
25
import gleam/string_builder . { type StringBuilder }
26
26
27
+ @ deprecated ( "The `bytes_builder` module has been deprecated, use the `bytes_tree.BytesTree` type instead." )
27
28
pub opaque type BytesBuilder {
28
29
Bytes ( BitArray )
29
30
Text ( StringBuilder )
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import gleam/list
16
16
/// performance by not using a string builder. Always benchmark your performance
17
17
/// sensitive code.
18
18
///
19
+ @ deprecated ( "The `string_builder` module has been deprecated, use the `string_tree.StringTree` type instead." )
19
20
pub type StringBuilder
20
21
21
22
/// Create an empty `StringBuilder`. Useful as the start of a pipe chaining many
You can’t perform that action at this time.
0 commit comments