secana

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

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

[–] secana 2 points 10 months ago

Happy to hear that it worked!

[–] secana 12 points 10 months 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 10 months ago (1 children)

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

[–] secana 2 points 10 months 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 10 months 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 10 months 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 10 months 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 10 months ago

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

[–] secana 4 points 11 months 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 11 months 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.

[–] secana 2 points 11 months ago

I like that idea! I'll try to share more, what I'm working on and where the difficulties are.

 

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 ›