Skip to content

prabirshrestha/trillium-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

trillium-error

This crate adds support for error handling in trillium web framework.

Due to limitations in Rust, error handling is currently not supported in trillium. When the language adds capability to express bounds for for<'a> Fn(&'a Conn) -> impl Future<Output=…> + 'a, trillium will add first class support for error handling. For more details please refer to the discussion here. Until then trillium-error provides a proc macro to help write handlers with error.

Usage

Refer to the docs.

LICENSE

License under Apache 2.0 or MIT

About

No description, website, or topics provided.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages