Docs.rs
radicle-feed-0.5.3
radicle-feed 0.5.3
Permalink
Docs.rs crate page
MIT
09 June 2026
Links
crates.io
Source
Owners
sebastinez
Dependencies
diesel ^2.3.3
normal
openssl-sys ^0.9.100
normal
postgres-types ^0.2.11
normal
pq-sys ^0.6
normal
radicle ^0.20.0
normal
radicle-job ^0.4.0
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
snafu ^0.8.9
normal
tracing ^0.1.41
normal
tracing-log ^0.2.0
normal
tracing-subscriber ^0.3.20
normal
Versions
30.22%
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 node
radicle_
feed
0.5.3
Module node
Module Items
Modules
Structs
Constants
Type Aliases
In radicle_
feed::
schema
radicle_feed
::
schema
Module
node
Copy item path
Source
Re-exports
§
pub use self::
columns
::*;
Modules
§
columns
Contains all of the columns of this table
dsl
Re-exports all of the columns of this table, as well as the table struct renamed to the module name. This is meant to be glob imported for functions which only deal with one table.
Structs
§
table
The actual table struct
Constants
§
all_
columns
A tuple of all of the columns on this table
Type Aliases
§
Boxed
Query
Helper type for representing a boxed query from this table
SqlType
The SQL type of all of the columns on this table