-
Notifications
You must be signed in to change notification settings - Fork 7
Ship a 1.0 release #9
Comments
I've done a short review of the API:
|
Maybe |
I like the ability to see how much binary size is attributed to those functions, also it's quite handy to set breakpoints on them. I'd really only force-inline them if there's a universal and substantial code size improvement. |
We could introduce something like: #[cfg_attr(feature = "force_inline", inline(always))] |
Note that |
re: MSRV, I have checked and r0 builds on 1.31.0 but not 1.30.0 (since it specifies edition=2018), so our current minimum possible MSRV is 1.31.0. |
@jamesmunns mentioned we might want to update the author field in Cargo.toml too. |
This is done 🎉 |
Part of rust-embedded/wg#383
Blockers:
readme
field to manifest<T: Copy>
forinit_data
andzero_bss
documentrip outinit_array
and friendsThe text was updated successfully, but these errors were encountered: