refinement-types 0.3.0

Refinement types.
Documentation
1
2
3
4
//! Static strings.

/// Represents static strings.
pub type StaticStr = &'static str;