pgdog-plugin 0.1.8

PgDog plugin interface and helpers
Documentation
1
2
3
4
5
6
7
8
//! Compatibility checks.

use crate::PdStr;

/// Rust compiler version used to build this library.
pub fn rustc_version() -> PdStr {
    env!("RUSTC_VERSION").into()
}