Provides general tools for manipulating, representing and storing data as well as data flow. The
name is inspired by the Rust crossbeam
crate, which focuses
on concurrent data structures.
There is no user documentation; see the Dokka page to get API docs.
See the version badges for the latest release and snapshot builds.
repositories {
mavenCentral()
// for snapshot builds
// maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
dependencies {
implementation("io.github.aecsocket", "kbeam", "VERSION")
}