satex-core 0.4.1

Satex Core Library
Documentation
1
2
3
4
5
6
7
8
use crate::new_type;
use http::Uri;

new_type!(
    #[derive(Debug, Clone)]
    RawUri,
    Uri
);