This is the second of four short posts about matten. The first post explained the motivation. This one shows what the library looks like in practice.
Getting started
# Cargo.toml
[dependencies]
matten = "0.28"
This is the second of four short posts about matten. The first post explained the motivation. This...
This is the second of four short posts about matten. The first post explained the motivation. This one shows what the library looks like in practice.
Getting started
# Cargo.toml
[dependencies]
matten = "0.28"

これは matten を紹介する全 4 回シリーズの第 2 回です。第 1 回では背景を説明しました。今回はライブラリの実際の使い方を紹介します。 はじめ方 #...

I recently published matten, a small Rust library for working with multidimensional arrays. This is...

This is the last of four short posts about matten. The earlier posts covered why the library exists,...

This is the third of four short posts about matten. The previous post covered the numeric core. This...

これは matten を紹介する全 4 回シリーズの最終回です。これまでの記事では ライブラリが生まれた背景、数値計算コア、dynamic feature による取り込み...

これは matten を紹介する全 4 回シリーズの第 3 回です。前回は数値計算のコア部分を紹介しました。今回は雑然とした実世界のデータを取り込むしくみについてです。 ...