elastic-common-schema 8.11.0

Elastic Common Schema (ECS) for Rust
Documentation
1
2
3
4
5
6
use elastic_common_schema::ecs;

#[test]
fn contains_http_version_property() {
    assert_eq!(ecs::http::HTTP_VERSION, "http.version");
}