Re-exports§
pub use const_format;
Modules§
- azure_
app_ services - cc_
utils - config
- connector
- cstr
- entity_
id - Extract the entity id, container id and external env
- error
- header
- hyper_
migration - rate_
limiter - tag
- timeout
- unix_
utils - worker
Macros§
- cstr
- cstr_u8
- tag
- Creates a tag from a key and value known at compile-time, and fails to compile if it’s known to be invalid (it may still emit an invalid tag, not all tag validation is currently done client-side). If the key or value aren’t known at compile-time, then use Tag::new.
Structs§
Traits§
- Connect
- Mutex
Ext - Extension trait for
Mutexto provide a method that acquires a lock, panicking if the lock is poisoned.
Functions§
- decode_
uri_ path_ in_ authority - parse_
uri - TODO: we should properly handle malformed urls