Code Monkey home page Code Monkey logo

springtime's Introduction

Springtime Framework

The Springtime Framework is a modular framework for advanced Rust applications. Please see the README/documentation files for individual crates for more information:

springtime's People

Contributors

krojew avatar dependabot[bot] avatar

Stargazers

 avatar  avatar stackcn avatar  avatar Daniele Marsiglia avatar laojiang avatar Daniel van der Merwe avatar Amin Nasiri avatar Clownsw avatar menghanStudio avatar Crayon Shin-chan avatar Daniel Leping avatar Gyeongo Eo avatar  avatar  avatar Gabor Körber avatar  avatar Youssef Habri avatar Paul George avatar  avatar Sylvain Rio avatar dove avatar Aleksandr Ushakov avatar Ejaz Ahmed avatar Tri avatar  avatar qiulin avatar oliver avatar  avatar Alexfilus avatar Konstantinos Athanasiou avatar Nicolas Marshall avatar Ivan Krivosheev avatar Bryan avatar  avatar  avatar Lyda avatar Kai Lu avatar Igor Artamonov avatar Edinson Jim avatar Nico Schneider avatar Jan Brachthäuser avatar Mojtaba avatar  avatar  avatar Blu3 avatar Giovanni Orciuolo avatar Jiho Lee avatar 听风 avatar Xpan Victor avatar Evie Kalliardos avatar Tuan Nguyen avatar ebigram avatar Mario Idival avatar Peter Xu avatar Eduardo Canellas avatar Elias Gabriel Amaral da Silva avatar Andrew Meier avatar Harry Chan avatar dong avatar Antoine Bagnaud avatar ethan avatar Hai Phan avatar XiaoLi avatar Jan Riemer avatar cz avatar 阿男 avatar Arindam Das avatar Shun Kakinoki avatar Yuki Toyoda avatar Yuki Okushi avatar J avatar Francois Green avatar Arvid Gerstmann avatar Andreas Gebhardt avatar Andreas Gerlach avatar  avatar Thomas Gouveia avatar Vanius Bittencourt avatar Jack Knobel avatar  avatar

Watchers

 avatar Daniel van der Merwe avatar ethan avatar Clownsw avatar

springtime's Issues

Declarative HTTP clients

Springtime could use declarative HTTP client generation similar to OpenFeign. It should create implementations, based on traits with attributes, and integrate with the rest of Springtime ecosystem (e.g. using the same default config file).

Custom Constructors for Components causing an error with Futures

I have a custom constructor with a very basic example, but it consistently results in the following error:

#[derive(Component)]
| ^^^^^^^^^
| |
| Result<HandlebarsEngineImpl, Arc<dyn StdError + Send + Sync>> is not a future
| this call returns Result<HandlebarsEngineImpl, Arc<dyn StdError + Send + Sync>>
|
= help: the trait Future is not implemented for Result<HandlebarsEngineImpl, Arc<dyn StdError + Send + Sync>>, which is required by Result<HandlebarsEngineImpl, Arc<dyn StdError + Send + Sync>>: IntoFuture
= note: Result<HandlebarsEngineImpl, Arc<dyn StdError + Send + Sync>> must be a future or must implement IntoFuture to be awaited
= note: required for Result<HandlebarsEngineImpl, Arc<dyn StdError + Send + Sync>> to implement IntoFuture

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.