mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#crate

0 Beiträge0 Beteiligte0 Beiträge heute
Fortgeführter Thread

The alpm-srcinfo #crate in version 0.2.0 offers several improvements to this #library and #CLI for working with #SRCINFO files found in the #package source repositories of #ALPM based packages. 📦 🦀 📄

crates.io/crates/alpm-srcinfo/

The #crate now allows to write #SRCINFO data to file, has seen improvements to the interface and documentation as well as a few bug fixes.

For further details refer to the #changelog alpm.archlinux.page/alpm-srcin

crates.iocrates.io: Rust Package Registry
#ArchLinux#PKGBUILD#RustLang
Fortgeführter Thread

The alpm-pkginfo #crate in version 0.2.0 offers an easier interface for creating package info data from #PKGINFO files.

crates.io/crates/alpm-pkginfo/

This #library and #CLI crate offers integration with the #PKGINFO #metadata files found in #ALPM based #package files. 📦

See the #changelog for details: alpm.archlinux.page/alpm-pkgin

crates.iocrates.io: Rust Package Registry
Fortgeführter Thread

With version 0.2.0 the #library and #CLI alpm-mtree offers new features that allow validating a directory with #MTREE data, as well as creating #MTREE data from a directory.
Additionally, we have improved the usability of the parser and the documentation.

The #crate provides integration with the #ALPMMTREE file format which is used in #ALPM based #package files. 📦

crates.io/crates/alpm-mtree/0.

For details refer to the #changelog alpm.archlinux.page/alpm-mtree

crates.iocrates.io: Rust Package Registry
Fortgeführter Thread

The #library and #CLI alpm-buildinfo in version 0.2.0 offers many documentation and usability improvements for this #crate providing integration with the #BUILDINFO file format which is used in #ALPM based #package files. 📦

crates.io/crates/alpm-buildinf

For details refer to the #changelog alpm.archlinux.page/alpm-build

crates.iocrates.io: Rust Package Registry

@Nukesor, @orhun and I have just released version 0.6.0 of the alpm-types library #crate 📚 🦀

crates.io/crates/alpm-types

This new version of the central crate offering types for other #ALPM crates features many new types and improvements in preparation for #package file handling. 📦
See the #changelog for details: alpm.archlinux.page/alpm-types

Our thanks go to @sovtechfund for enabling this work.

crates.iocrates.io: Rust Package Registry

I'm looking for a #Rust #crate for what I think should be a very common task, but somehow I can't find anything. Basically what I'd like to have is a `verbose!()` macro and maybe a `debug!()` one too that just wrap around `println!()` but stay quiet unless I set the output level to verbose or debug, for example based on --verbose or --debug command line flags. All the usual logging crates are complete overkill, also my output doesn't have different urgency levels like info, warn, etc., I just want to let the user choose how much spam they want to see. Is there anything like that?

To the #Rust #rustlang community: I once started to write a #compiler / #parser with #nom #crate. However I had some struggles with it of how to provide **multiple** errors with line+column indicators for a parsed context.
Now I read a tiny bit about #syn and #chumsky 👀
Are they the right crates for me? Are there others?
I do not parse rust-code, but a completely custom language (similar to pugjs)

(Boost for reach 🙏)