bh-uri-utils

Crates.iobh-uri-utils
lib.rsbh-uri-utils
version0.1.0
created_at2025-04-28 12:15:15.393847+00
updated_at2025-04-28 12:15:15.393847+00
descriptionTBTL's utility library for working with URIs.
homepage
repositoryhttps://github.com/blockhousetech/eudi-rust-core
max_upload_size
id1652109
size101,827
(tbtldevops)

documentation

README

bh-uri-utils

This library provides functionality for working with URIs for use in other The Blockhouse Technology Limited (TBTL) projects.

NOTE: If you are working outside of TBTL, you probably don't want to use this. Pick a popular URI implementation like iref or stick with the one that your web framework of choice uses.

Details

This crate is a collection of utility functions for working with URIs from different popular Rust crates in a consistent manner.

This is necessary because different URI implementations handle certain cases like appending an URI prefix differently which can lead to unexpected bugs and this crate is meant to harmonize these behaviors.

For additional documentation & examples, take a look at the crate documentation.

Changelog

The changelog can be found here.

License

Licensed under GNU Affero General Public License, Version 3.

Commit count: 55

cargo fmt