hecatia-elegua / bilge

Use bitsized types as if they were a feature of rust.
Apache License 2.0
173 stars 18 forks source link

Replace `const FILLED` with a marker trait #53

Closed pickx closed 1 year ago

pickx commented 1 year ago

As suggested in #51, we might be able to avoid having to store the calculated bitsize, and instead use a blanket impl marker trait.