flake-edit 0.3.4

Edit your flake inputs with ease.
Documentation
1
2
3
pub fn is_git_url(uri: &str) -> bool {
    uri.starts_with("git+https://") || uri.starts_with("git+http://")
}