cas_codes 0.1.0

A Rust library for parsing, validating, and working with Chemical Abstracts Service (CAS) Registry Numbers
Documentation
1
2
3
4
5
6
7
8
//! Code to embed the Postgres SQL files into the binary

#[cfg(feature = "pgrx")]
::pgrx::pgrx_embed!();

#[cfg(not(feature = "pgrx"))]
/// Stub function to allow compilation without pgrx
fn main() {}