Docs.rs
cel-cxx-0.2.1
cel-cxx 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xjasonli
Dependencies
arc-slice ^0.1
normal
async-scoped ^0.9
normal
optional
async-std ^1
normal
optional
cel-cxx-ffi =0.2.1
normal
cel-cxx-macros ^0.2.1
normal
optional
chrono ^0.4
normal
cxx ^1.0
normal
dyn-clone ^1
normal
futures ^0.3
normal
optional
itertools ^0.14
normal
ouroboros ^0.18
normal
paste ^1
normal
pin-project-lite ^0.2
normal
optional
smol ^2
normal
optional
thiserror ^2.0
normal
tokio ^1
normal
optional
async-std ^1
dev
tokio ^1
dev
Versions
100%
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
cel_cxx
0.2.1
List
Value
Aliased Type
In cel_
cxx::
values
cel_cxx
::
values
Type Alias
ListValue
Copy item path
Source
pub type ListValue =
Vec
<
Value
>;
Expand description
CEL list value type.
Aliased Type
ยง
pub struct ListValue {
/* private fields */
}