We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4bb9d commit 9be7d9fCopy full SHA for 9be7d9f
scylla-cql/src/frame/value.rs
@@ -222,6 +222,12 @@ impl std::hash::Hash for CqlTimeuuid {
222
/// implementation of `varint` type - independent of any
223
/// external crates and crate features.
224
///
225
+/// The type is not very useful in most use cases.
226
+/// However, users can make use of more complex types
227
+/// such as `num_bigint::BigInt` (v0.3/v0.4).
228
+/// The library support (e.g. conversion from [`CqlValue`]) for these types is
229
+/// enabled via `num-bigint-03` and `num-bigint-04` crate features.
230
+///
231
/// # DB data format
232
/// Notice that [constructors](CqlVarint#impl-CqlVarint)
233
/// don't perform any normalization on the provided data.
0 commit comments