neomacs-display-runtime 0.0.2

Rust runtime display engine for Neomacs
1
2
3
4
5
6
use super::*;

#[test]
fn test_version() {
    assert!(!VERSION.is_empty());
}