iron / persistent

Middleware for sharing data between requests
43 stars 29 forks source link

(feat) Use the new return type + rustup #35

Closed s-panferov closed 9 years ago

s-panferov commented 9 years ago

Hello @reem. I have refactored persistent so we can use it now in https://github.com/iron/body-parser/pull/43.

I have to introduce the new PluginError enum to deal with NotFound case (because now we have Result in plugins). Is it OK?

s-panferov commented 9 years ago

@reem, re-r please.

reem commented 9 years ago

Thanks! Will update cargo momentarily.