mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-25 11:30:23 +00:00
chore: expose bstr feature (#3714)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user