redis-lua 0.4.0

Redis Lua scripting helper
Documentation
1
2
3
4
5
6
7
use rustc_version::{version_meta, Channel};

fn main() {
    if version_meta().unwrap().channel != Channel::Stable {
        println!("cargo:rustc-cfg=unstable");
    }
}