[][src]Constant voca_rs::utils::DIGITS

pub const DIGITS: &str

The string "0123456789".

Example

use voca_rs::*;
utils::DIGITS;
// => "0123456789"