picoHz

Results 9 comments of picoHz
trafficstars

This situation also happens when deps.rs cannot detect the latest version on crates.io because of cache. (The latest version on crates.io is `0.15.1` in this image) ![deps.rs screenshot](https://user-images.githubusercontent.com/53327867/168455376-d11b6689-3276-4db5-a4f4-e28e70556e5e.png)

I don't think there is license incompatibility but using a LGPL library adds some limitations to derived programs so I’m curious if this is intended or not.

It's a bit tricky because available features depend on the version of the installed liblz4. Even if you installed the latest version, some functions are not available in the dynamic-linked...

@syrusakbary Thanks so mach for the answer! Could you set this icon to https://wapm.io/yozuk/zuk ? ![yozuk](https://user-images.githubusercontent.com/53327867/184382284-01b8d529-700f-4343-87de-c36df0a990f7.png)

@WhyNotHugo `MediaTypeBuf` and `MediaType` have very different inner structures so I could not implement `AsRef`. You can convert `MediaTypeBuf` to `MediaType` using [`MediaTypeBuf::to_ref`](https://docs.rs/mediatype/latest/mediatype/struct.MediaTypeBuf.html#method.to_ref).

I made the two separate types for different situations because it is impossible to accomplish both const-constructibility and owned-type in a single type. You can cast between `MediaTypeBuf` and `MediaType`...

I tried to cross-compile for FreeBSD on github actions but got a link error. I'm not sure if it is possible to build a FreeBSD binary on Github actions.

@Gamerboy59 Thank you for the information. I tried freebsd-vm, and it works quite well. FreeBSD builds are now available!

@Sewer56 Thank you for the information. Multi-core support sounds great! Would you be able to create a PR?