secana

joined 1 year ago
[–] secana 4 points 1 year ago

I released the next minor version of https://kellnr.io which support the display of crates, cached from crates.io, in the UI now. For the first iteration of that feature, they are only shown and searchable in the crate overview and a click forwards to crates.io, as not all meta information is stored in kellnr, for cached crates. That may change in the future, if someone requests it.

[–] secana 4 points 1 year ago

Yeah, real world duties have priority over programming rust. Unfortunately.

[–] secana 2 points 1 year ago

Happy to hear that it worked!

[–] secana 12 points 1 year ago (2 children)

The Windows linker needs a lib file to link a DLL. See here how it's done https://kellnr.io/blog/cross-plat-native-lib

[–] secana 2 points 1 year ago (1 children)

That's one of the best programming books I've read. How do you like rust so far?

[–] secana 2 points 1 year ago

Never heard of them. Kellnr is already three years old. It started when only git was supported as the registry protocol. I later added the sparse (http) registry API. Just a few weeks ago, I removed the old git API, as sparse seems established as the new standard. I never thought about namespacing, as Kellnr is aimed as private hosting for individuals or companies, where name squatting isn't an issue. But theoretically, I could add that.

[–] secana 2 points 1 year ago (1 children)

Cool! What's your impression of typst? Is it ready to replace latex or is it still in its infancy?

[–] secana 3 points 1 year ago (1 children)

How easy is it to create custom widgets with iced.rs? Or does Cosmic provide it's own full widget library?

[–] secana 6 points 1 year ago (2 children)

I started to implement a new feature for https://kellnr.io. Currently, only private crates are displayed in the UI, but the users wished for the possibility to display cached crates from crates.io, as well. Hopefully a new version will be out in the next days, with the new feature.

[–] secana 1 points 1 year ago

Done. I'm using KDE since 20 years. Keep up the good work!

[–] secana 4 points 1 year ago

I had the same experience. If you can live with a gpl license, maybe https://slint.dev/ is an alternative. I'll wait which UI framework becomes the predominantly one, before I start using rust for gui stuff.

[–] secana 5 points 1 year ago (1 children)

I added stream support to https://github.com/GDATASoftwareAG/vaas but unfortunately didn't find time to work on any other project, as my free time goes into plastering walls in the real world.

 

Learn how to wrap a native shared C library in a cross-platform Rust crate for Windows, Linux, macOS and x86_64 + ARM64.

29
Miro/Figjam alternative? (self.selfhosted)
 

Hi! I'm searching for a Miro or FigJam alternative to self-host on my Raspberry Pi 4 Kubernetes Cluster. Any ideas for a good whiteboard software?

 

Version 5.1.0 of Kellnr, the private crate registry for Rust was just released. It features a new landing page, dependency updates and bug fixes.

Check it out, if you want to host crates on your own hardware!

24
Non-Send Futures When? (matklad.github.io)
submitted 1 year ago by secana to c/rust
 

Hi Vue professionals! I'm the maintainer of Kellnr, the registry for Rust crates. I've created a UI in Vue, but my frontend skill are minimal. I would like to make the UI reactive to look good on mobile screens, too.

Is here some brave soul that can help me? I have no idea where to start.

 

I'm the author of Kellnr, the Rust crate registry to self-host. I released version 5.0.0 a few days ago and need to prioritise the next features.

I've added a few possible features/improvements to Github as issues, but I need more input from (future) Kellnr users.

What features/improvements would you like to see in Kellnr?

19
submitted 1 year ago by secana to c/rust
 

Kellnr, the Rust registry to self-host your crates has a new release. Switched from Rocket to Axum, removed the git index and refactored settings.

view more: ‹ prev next ›