taiki-e/pin-project-lite
A lightweight version of pin-project written with declarative macros.
RustApache-2.0
Pinned issues
Issues
- 5
cargo-check-external-types treates #[doc(hidden)] private API used in pin_project_lite v0.2.15 as public API
#86 opened by lalitb - 3
- 0
#![feature(negative_impls)] breaks the guarantee for Unpin provided by pin-project-lite
#70 opened by taiki-e - 0
Document PinnedDrop
#61 opened by taiki-e - 4
Support const generics
#62 opened by taiki-e - 1
Support const generics in struct declarations
#82 opened by notgull - 1
`no such field` in `new` function
#81 opened by FH0 - 6
Calling pin_project with a proxy macro does not mark inner projections as pub(crate)
#77 opened by notgull - 1
Support !Unpin option
#75 opened by taiki-e - 0
Support enums with newtype variant
#73 opened by taiki-e - 2
- 1
- 7
- 0
Document "Limitations" and "Workarounds".
#50 opened by taiki-e - 6
- 6
- 2
Rust 2018 idioms break `duplexify` crate
#34 opened by geigerzaehler - 0
Consider supporting project_replace
#42 opened by taiki-e - 3
Changes to clippy have broken CI on Tokio
#46 opened by Darksonn - 1
Allow clippy::ref_option_ref
#44 opened by Kestrer - 2
- 1
local ambiguity: multiple parsing options: built-in NTs tt ('generics') or 1 other option
#31 opened by fafhrd91 - 0
Support lifetime bounds in where clauses
#8 opened by taiki-e - 2
Is it possible to call struct method?
#10 opened by iamnhphu