chore: expose bstr feature (#3714)

This commit is contained in:
joeydewaal
2025-02-04 19:53:05 +01:00
committed by GitHub
parent 91291beb23
commit f42561b8d7
2 changed files with 5 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ pub mod mac_address {
pub use json::{Json, JsonRawValue, JsonValue};
pub use text::Text;
#[cfg(feature = "bstr")]
pub use bstr::{BStr, BString};
/// Indicates that a SQL type is supported for a database.
///
/// ## Compile-time verification