Docs.rs
turso_serverless-0.1.3
turso_serverless 0.1.3
Permalink
Docs.rs crate page
MIT
04 September 2026
Links
Repository
crates.io
Source
Owners
penberg
Dependencies
base64 ^0.22
normal
bytes ^1
normal
futures ^0.3
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0.16
normal
tokio ^1.0
normal
tokio ^1.0
dev
Versions
37.23%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module value
turso_
serverless
0.1.3
Module value
Module Items
Enums
Traits
In crate turso_
serverless
turso_serverless
Module
value
Copy item path
Source
Enums
§
Value
A SQL value.
Value
Ref
A borrowed version of
Value
.
Value
Type
The possible types a column can be in libsql.
Traits
§
From
Value
Converts a SQL
Value
into a Rust type. Used by
crate::Row::get
.