biscuit-auth / biscuit-rust

Rust implementation of the Biscuit authorization token
https://www.biscuitsec.org
206 stars 28 forks source link

samples: add a sample for string length in non-ascii strings #216

Closed divarvel closed 3 months ago

divarvel commented 3 months ago

The expected result is the byte length of the utf8-encoded string.

see https://github.com/biscuit-auth/biscuit/pull/159 and https://github.com/biscuit-auth/biscuit/issues/158