cf-rust-api 0.0.1

could filter sdk for rust
1
2
3
4
5
mod commands;
mod executor;

pub use commands::{CreatePlaceholders, Dehydrate, Delete, Read, Rename, Update, Validate, Write};
pub use executor::{Command, Fallible};