Lexo Liu

Results 7 issues of Lexo Liu

I want to implement a database connection pool in async-std, and I need to create a queue in each system thread.However, async-std does not provide an associated api, which means...

Users don't always need all the functionality, we should use feature flags to let them choose, thereby reducing compilation time

When using the HTTP1.1 protocol, we can convert the entire buffer into bytes:: Bytes, and then convert a portion of it into ByteStr for use (for example, as HeaderName) for...

The crate dependency hashbrown already provides serde support, but why doesn't evmp provide support for serde?

I'm trying to define a custom type for a type in my crate ```rust uniffi::custom_type!(crate::Environment, Arc); ``` However, compiler complain that ``` rustc: Custom types must only have one component...

[The UniFFI user guide](https://mozilla.github.io/uniffi-rs/latest/internals/design_principles.html) states: ``` Example: We insist that all object instances exposed to foreign-language code be Sync and Send, so that they’re safe to access regardless of the...

binding-swift

### Is there an existing issue for this? - [x] I have searched the existing issues ### Description `D1PreparedStatement` is just a statement, which has not been executed actually. However,...