Clouds
Clouds
How should I do with cargo if I really want to build every dependencies with `dylib`? I've tried to use `RUSTFLAGS="-C prefer-dynamic" cargo build --release` and `cargo rustc --release --...
@zicklag thanks for kindly reply. I do know that the dylib is not compatible between rustc versions. But I still want this feature since I'm creating a game. It took...
Yes, I'm looking forward to type hinting.
This would somehow also address #24 by implementing `cast_from!`
Perform a compile-time style match over a single source type against one or more candidate destination types, executing the first matching branch. This macro is the type-level analogue to [`match_type!`],...
or I have a new idea: have 2 helper macros `from!` and `to!` automatically convert from `src_token` to `dst_token` or vice versa. ```rust match_ty!(Self::Raw, { i64 => to!(self.into_raw()), i32 =>...
I think it might related to ipykernel==7.1.0 version, I downgrade to 6.30.1 and it works.
> it's complicated by the fact that CondaPkg files contain a mix of Conda and PyPI packages and uv can only install the PyPI ones I don't think it's a...
Thanks for kindly reply, I also think it would be excellent if the original repo continuing to be maintained. Actually the code in MP3.jl which last modified 4 years ago...
> Is there anything further you have planned for this package, or is this just to get it registered? Currently just get it registered. I believe the functionality in MP3.jl/MP3Codec.jl...