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
2424import gleam/list
2525import gleam/string_builder . { type StringBuilder }
2626
27+ @ deprecated ( "The `bytes_builder` module has been deprecated, use the `bytes_tree.BytesTree` type instead." )
2728pub opaque type BytesBuilder {
2829 Bytes ( BitArray )
2930 Text ( StringBuilder )
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import gleam/list
1616/// performance by not using a string builder. Always benchmark your performance
1717/// sensitive code.
1818///
19+ @ deprecated ( "The `string_builder` module has been deprecated, use the `string_tree.StringTree` type instead." )
1920pub type StringBuilder
2021
2122/// 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