1//! Client utilities. 2 3pub use ump_ng_autopost as autopost; 4 5// vim: set ft=rust et sw=2 ts=2 sts=2 cinoptions=2 tw=79 :