biscuit-auth / biscuit-rust

Rust implementation of the Biscuit authorization token

Home Page:https://www.biscuitsec.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

impl Display rather than print()

BastienVigneron opened this issue · comments

Is there any particular reason for using a biscuit.print() rather than implementing the Display trait ?

there was no real reason, implementing Display would make sense, that should be an easy PR

closing this now than #117 is merged, thanks!